#B06F5F

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

Shades of Coral Tree #B06F5F

Tints of Coral Tree #B06F5F

Color information

#B06F5F (or 0xB06F5F) is unknown color: approx Coral Tree. HEX triplet: B0, 6F and 5F. RGB value is (176,111,95). Sum of RGB (Red+Green+Blue) = 176+111+95=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5F is #4F90A0. Grayscale: #808080. Windows color (decimal): -5214369 or 6254512. OLE color: 6254512.

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

Color convert

RGB17611195-
CMYK00.370.460.31
HSL11.85º33.89%53.14%-
HSV(B)11.85º46.02%69.02%-
XYZ25.6521.4313.61-
YUV128.61109.03161.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=46.07%
G=29.06%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761119500.370.460.3111.8533.8953.14
HexB06F5F0252E1Fc2235
Octal2601571370455637144265
Binary10110000110111110111110100101101110111111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F5F; }

 p { color: rgb(176,111,95); }

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

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

 a { background-color: rgb(176,111,95); }

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

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

 span { border-color: rgb(176,111,95); }

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