#B06E61

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

Shades of Coral Tree #B06E61

Tints of Coral Tree #B06E61

Color information

#B06E61 (or 0xB06E61) is unknown color: approx Coral Tree. HEX triplet: B0, 6E and 61. RGB value is (176,110,97). Sum of RGB (Red+Green+Blue) = 176+110+97=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E61 is #4F919E. Grayscale: #808080. Windows color (decimal): -5214623 or 6385328. OLE color: 6385328.

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

Color convert

RGB17611097-
CMYK00.370.450.31
HSL9.87º33.33%53.53%-
HSV(B)9.87º44.89%69.02%-
XYZ25.6421.2514.06-
YUV128.25110.37162.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=45.95%
G=28.72%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761109700.370.450.319.8733.3353.53
HexB06E610252D1Fa2136
Octal2601561410455537124166
Binary10110000110111011000010100101101101111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E61; }

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

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

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

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

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

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

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

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