#B66D5F

Color #B66D5F Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B66D5F

Tints of Coral Tree #B66D5F

Color information

#B66D5F (or 0xB66D5F) is unknown color: approx Coral Tree. HEX triplet: B6, 6D and 5F. RGB value is (182,109,95). Sum of RGB (Red+Green+Blue) = 182+109+95=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66D5F is #4992A0. Grayscale: #818181. Windows color (decimal): -4821665 or 6254006. OLE color: 6254006.

HSL color Cylindrical-coordinate representation of color #B66D5F: hue angle of 9.66º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66D5F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18210995-
CMYK00.400.480.29
HSL9.66º37.34%54.31%-
HSV(B)9.66º47.8%71.37%-
XYZ26.8321.7113.6-
YUV129.23108.68165.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=47.15%
G=28.24%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821099500.400.480.299.6637.3454.31
HexB66D5F028301Da2536
Octal2661551370506035124566
Binary10110110110110110111110101000110000111011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D5F; }

 p { color: rgb(182,109,95); }

 H1.HeaderClassName
 {
   color: #B66D5F;
 }
 .AnyTagClassName
 {
   color: #B66D5F;
 }
</style>
background-color css

<style>
 a { background-color: #B66D5F; }

 a { background-color: rgb(182,109,95); }

 div.DivClassName
 {
   background-color: #B66D5F;
 }
 .BgClassName
 {
   background-color: #B66D5F;
 }
</style>
border-color css

<style>
 span { border-color: #B66D5F; }

 span { border-color: rgb(182,109,95); }

 td.TdClassName
 {
   border-color: #B66D5F;
 }
 .TagClassName
 {
   border-color: #B66D5F;
 }
</style>