Shades of Coral Tree #B0756B
Tints of Coral Tree #B0756B
RGB
CMYK
RGB Variations
Color information
#B0756B (or 0xB0756B) is known color: Coral Tree. HEX triplet: B0, 75 and 6B. RGB value is (176,117,107). Sum of RGB (Red+Green+Blue) = 176+117+107=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0756B is #4F8A94. Grayscale: #858585. Windows color (decimal): -5212821 or 7042480. OLE color: 7042480.
HSL color Cylindrical-coordinate representation of color #B0756B: hue angle of 8.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0756B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 107 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.31 |
| HSL | 8.7º | 0.3% | 0.55% | - |
| HSV(B) | 8.7º | 0.39% | 0.69% | - |
| XYZ | 26.92 | 23.01 | 16.93 | - |
| YUV | 133.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 107 | 0 | 0.34 | 0.39 | 0.31 | 8.7 | 0.3 | 0.55 |
| Hex | B0 | 75 | 6B | 0 | 22 | 27 | 1F | 9 | 1E | 37 |
| Octal | 260 | 165 | 153 | 0 | 42 | 47 | 37 | 11 | 36 | 67 |
| Binary | 10110000 | 1110101 | 1101011 | 0 | 100010 | 100111 | 11111 | 1001 | 11110 | 110111 |
Color Harmonies of #B0756B
Complementary color
Monochromatic Colors of #B0756B
Black with #B0756B
Text Example
Text Example
White with #B0756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0756B; }
p { color: rgb(176,117,107); }
H1.HeaderClassName
{
color: #B0756B;
}
.AnyTagClassName
{
color: #B0756B;
}
</style>
background-color css
<style>
a { background-color: #B0756B; }
a { background-color: rgb(176,117,107); }
div.DivClassName
{
background-color: #B0756B;
}
.BgClassName
{
background-color: #B0756B;
}
</style>
border-color css
<style>
span { border-color: #B0756B; }
span { border-color: rgb(176,117,107); }
td.TdClassName
{
border-color: #B0756B;
}
.TagClassName
{
border-color: #B0756B;
}
</style>