#B06E62

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

Shades of Coral Tree #B06E62

Tints of Coral Tree #B06E62

Color information

#B06E62 (or 0xB06E62) is unknown color: approx Coral Tree. HEX triplet: B0, 6E and 62. RGB value is (176,110,98). Sum of RGB (Red+Green+Blue) = 176+110+98=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E62 is #4F919D. Grayscale: #808080. Windows color (decimal): -5214622 or 6450864. OLE color: 6450864.

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

Color convert

RGB17611098-
CMYK00.370.440.31
HSL9.23º33.05%53.73%-
HSV(B)9.23º44.32%69.02%-
XYZ25.6921.2614.31-
YUV128.37110.87161.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 110 (43.36% from 255) = 28.65%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=45.83%
G=28.65%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761109800.370.440.319.2333.0553.73
HexB06E620252C1F92136
Octal2601561420455437114166
Binary10110000110111011000100100101101100111111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E62; }

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

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

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

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

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

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

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

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