#B06B5F

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

Shades of Coral Tree #B06B5F

Tints of Coral Tree #B06B5F

Color information

#B06B5F (or 0xB06B5F) is unknown color: approx Coral Tree. HEX triplet: B0, 6B and 5F. RGB value is (176,107,95). Sum of RGB (Red+Green+Blue) = 176+107+95=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B5F is #4F94A0. Grayscale: #7E7E7E. Windows color (decimal): -5215393 or 6253488. OLE color: 6253488.

HSL color Cylindrical-coordinate representation of color #B06B5F: hue angle of 8.89º 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 #B06B5F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17610795-
CMYK00.390.460.31
HSL8.89º33.89%53.14%-
HSV(B)8.89º46.02%69.02%-
XYZ25.2320.5713.47-
YUV126.26110.36163.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=46.56%
G=28.31%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761079500.390.460.318.8933.8953.14
HexB06B5F0272E1F92235
Octal2601531370475637114265
Binary10110000110101110111110100111101110111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B5F; }

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

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

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

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

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

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

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

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