#B06E67

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

Shades of Coral Tree #B06E67

Tints of Coral Tree #B06E67

Color information

#B06E67 (or 0xB06E67) is unknown color: approx Coral Tree. HEX triplet: B0, 6E and 67. RGB value is (176,110,103). Sum of RGB (Red+Green+Blue) = 176+110+103=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E67 is #4F9198. Grayscale: #818181. Windows color (decimal): -5214617 or 6778544. OLE color: 6778544.

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

Color convert

RGB176110103-
CMYK00.370.410.31
HSL5.75º31.6%54.71%-
HSV(B)5.75º41.48%69.02%-
XYZ25.9321.3615.59-
YUV128.94113.37161.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=45.24%
G=28.28%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611010300.370.410.315.7531.654.71
HexB06E67025291F62037
Octal260156147045513764067
Binary1011000011011101100111010010110100111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E67; }

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

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

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

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

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

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

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

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