Shades of Coral Tree #B07566
Tints of Coral Tree #B07566
RGB
CMYK
RGB Variations
Color information
#B07566 (or 0xB07566) is known color: Coral Tree. HEX triplet: B0, 75 and 66. RGB value is (176,117,102). Sum of RGB (Red+Green+Blue) = 176+117+102=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07566 is #4F8A99. Grayscale: #858585. Windows color (decimal): -5212826 or 6714800. OLE color: 6714800.
HSL color Cylindrical-coordinate representation of color #B07566: hue angle of 12.16º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07566 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 102 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.31 |
| HSL | 12.16º | 0.32% | 0.55% | - |
| HSV(B) | 12.16º | 0.42% | 0.69% | - |
| XYZ | 26.66 | 22.91 | 15.59 | - |
| YUV | 132.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 102 | 0 | 0.34 | 0.42 | 0.31 | 12.16 | 0.32 | 0.55 |
| Hex | B0 | 75 | 66 | 0 | 22 | 2A | 1F | C | 20 | 37 |
| Octal | 260 | 165 | 146 | 0 | 42 | 52 | 37 | 14 | 40 | 67 |
| Binary | 10110000 | 1110101 | 1100110 | 0 | 100010 | 101010 | 11111 | 1100 | 100000 | 110111 |
Color Harmonies of #B07566
Complementary color
Monochromatic Colors of #B07566
Black with #B07566
Text Example
Text Example
White with #B07566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07566; }
p { color: rgb(176,117,102); }
H1.HeaderClassName
{
color: #B07566;
}
.AnyTagClassName
{
color: #B07566;
}
</style>
background-color css
<style>
a { background-color: #B07566; }
a { background-color: rgb(176,117,102); }
div.DivClassName
{
background-color: #B07566;
}
.BgClassName
{
background-color: #B07566;
}
</style>
border-color css
<style>
span { border-color: #B07566; }
span { border-color: rgb(176,117,102); }
td.TdClassName
{
border-color: #B07566;
}
.TagClassName
{
border-color: #B07566;
}
</style>