#B06E6B

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

Shades of Coral Tree #B06E6B

Tints of Coral Tree #B06E6B

Color information

#B06E6B (or 0xB06E6B) is unknown color: approx Coral Tree. HEX triplet: B0, 6E and 6B. RGB value is (176,110,107). Sum of RGB (Red+Green+Blue) = 176+110+107=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E6B is #4F9194. Grayscale: #818181. Windows color (decimal): -5214613 or 7040688. OLE color: 7040688.

HSL color Cylindrical-coordinate representation of color #B06E6B: hue angle of 2.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06E6B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176110107-
CMYK00.370.390.31
HSL2.61º30.4%55.49%-
HSV(B)2.61º39.2%69.02%-
XYZ26.1321.4416.67-
YUV129.39115.37161.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=44.78%
G=27.99%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611010700.370.390.312.6130.455.49
HexB06E6B025271F31e37
Octal260156153045473733667
Binary10110000110111011010110100101100111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E6B; }

 p { color: rgb(176,110,107); }

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

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

 a { background-color: rgb(176,110,107); }

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

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

 span { border-color: rgb(176,110,107); }

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