#B66E5C

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

Shades of Coral Tree #B66E5C

Tints of Coral Tree #B66E5C

Color information

#B66E5C (or 0xB66E5C) is unknown color: approx Coral Tree. HEX triplet: B6, 6E and 5C. RGB value is (182,110,92). Sum of RGB (Red+Green+Blue) = 182+110+92=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E5C is #4991A3. Grayscale: #818181. Windows color (decimal): -4821412 or 6057654. OLE color: 6057654.

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

Color convert

RGB18211092-
CMYK00.400.490.29
HSL12º38.14%53.73%-
HSV(B)12º49.45%71.37%-
XYZ26.821.8712.93-
YUV129.48106.85165.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 110 (43.36% from 255) = 28.65%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=47.40%
G=28.65%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821109200.400.490.291238.1453.73
HexB66E5C028311Dc2636
Octal2661561340506135144666
Binary10110110110111010111000101000110001111011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E5C; }

 p { color: rgb(182,110,92); }

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

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

 a { background-color: rgb(182,110,92); }

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

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

 span { border-color: rgb(182,110,92); }

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