Shades of Coral Tree #B27162
Tints of Coral Tree #B27162
RGB
CMYK
RGB Variations
Color information
#B27162 (or 0xB27162) is known color: Coral Tree. HEX triplet: B2, 71 and 62. RGB value is (178,113,98). Sum of RGB (Red+Green+Blue) = 178+113+98=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B27162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27162 is #4D8E9D. Grayscale: #828282. Windows color (decimal): -5082782 or 6451634. OLE color: 6451634.
HSL color Cylindrical-coordinate representation of color #B27162: hue angle of 11.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27162 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 98 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.30 |
| HSL | 11.25º | 0.34% | 0.54% | - |
| HSV(B) | 11.25º | 0.45% | 0.7% | - |
| XYZ | 26.47 | 22.16 | 14.44 | - |
| YUV | 130.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 98 | 0 | 0.37 | 0.45 | 0.30 | 11.25 | 0.34 | 0.54 |
| Hex | B2 | 71 | 62 | 0 | 25 | 2D | 1E | B | 22 | 36 |
| Octal | 262 | 161 | 142 | 0 | 45 | 55 | 36 | 13 | 42 | 66 |
| Binary | 10110010 | 1110001 | 1100010 | 0 | 100101 | 101101 | 11110 | 1011 | 100010 | 110110 |
Color Harmonies of #B27162
Complementary color
Monochromatic Colors of #B27162
Black with #B27162
Text Example
Text Example
White with #B27162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27162; }
p { color: rgb(178,113,98); }
H1.HeaderClassName
{
color: #B27162;
}
.AnyTagClassName
{
color: #B27162;
}
</style>
background-color css
<style>
a { background-color: #B27162; }
a { background-color: rgb(178,113,98); }
div.DivClassName
{
background-color: #B27162;
}
.BgClassName
{
background-color: #B27162;
}
</style>
border-color css
<style>
span { border-color: #B27162; }
span { border-color: rgb(178,113,98); }
td.TdClassName
{
border-color: #B27162;
}
.TagClassName
{
border-color: #B27162;
}
</style>