#B06B60

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

Shades of Coral Tree #B06B60

Tints of Coral Tree #B06B60

Color information

#B06B60 (or 0xB06B60) is unknown color: approx Coral Tree. HEX triplet: B0, 6B and 60. RGB value is (176,107,96). Sum of RGB (Red+Green+Blue) = 176+107+96=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B60 is #4F949F. Grayscale: #7E7E7E. Windows color (decimal): -5215392 or 6319024. OLE color: 6319024.

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

Color convert

RGB17610796-
CMYK00.390.450.31
HSL8.25º33.61%53.33%-
HSV(B)8.25º45.45%69.02%-
XYZ25.2720.5913.71-
YUV126.38110.86163.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=46.44%
G=28.23%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761079600.390.450.318.2533.6153.33
HexB06B600272D1F82235
Octal2601531400475537104265
Binary10110000110101111000000100111101101111111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B60; }

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

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

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

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

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

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

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

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