#B06E69

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

Shades of Coral Tree #B06E69

Tints of Coral Tree #B06E69

Color information

#B06E69 (or 0xB06E69) is unknown color: approx Coral Tree. HEX triplet: B0, 6E and 69. RGB value is (176,110,105). Sum of RGB (Red+Green+Blue) = 176+110+105=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E69 is #4F9196. Grayscale: #818181. Windows color (decimal): -5214615 or 6909616. OLE color: 6909616.

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

Color convert

RGB176110105-
CMYK00.370.400.31
HSL4.23º31%55.1%-
HSV(B)4.23º40.34%69.02%-
XYZ26.0321.416.12-
YUV129.16114.37161.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=45.01%
G=28.13%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611010500.370.400.314.233155.1
HexB06E69025281F41f37
Octal260156151045503743767
Binary101100001101110110100101001011010001111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E69; }

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

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

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

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

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

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

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

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