Shades of Coral Tree #B57268
Tints of Coral Tree #B57268
RGB
CMYK
RGB Variations
Color information
#B57268 (or 0xB57268) is known color: Coral Tree. HEX triplet: B5, 72 and 68. RGB value is (181,114,104). Sum of RGB (Red+Green+Blue) = 181+114+104=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B57268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57268 is #4A8D97. Grayscale: #858585. Windows color (decimal): -4885912 or 6845109. OLE color: 6845109.
HSL color Cylindrical-coordinate representation of color #B57268: hue angle of 7.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57268 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 104 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.29 |
| HSL | 7.79º | 0.34% | 0.56% | - |
| HSV(B) | 7.79º | 0.43% | 0.71% | - |
| XYZ | 27.57 | 22.86 | 16.06 | - |
| YUV | 132.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 104 | 0 | 0.37 | 0.43 | 0.29 | 7.79 | 0.34 | 0.56 |
| Hex | B5 | 72 | 68 | 0 | 25 | 2B | 1D | 8 | 22 | 38 |
| Octal | 265 | 162 | 150 | 0 | 45 | 53 | 35 | 10 | 42 | 70 |
| Binary | 10110101 | 1110010 | 1101000 | 0 | 100101 | 101011 | 11101 | 1000 | 100010 | 111000 |
Color Harmonies of #B57268
Complementary color
Monochromatic Colors of #B57268
Black with #B57268
Text Example
Text Example
White with #B57268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57268; }
p { color: rgb(181,114,104); }
H1.HeaderClassName
{
color: #B57268;
}
.AnyTagClassName
{
color: #B57268;
}
</style>
background-color css
<style>
a { background-color: #B57268; }
a { background-color: rgb(181,114,104); }
div.DivClassName
{
background-color: #B57268;
}
.BgClassName
{
background-color: #B57268;
}
</style>
border-color css
<style>
span { border-color: #B57268; }
span { border-color: rgb(181,114,104); }
td.TdClassName
{
border-color: #B57268;
}
.TagClassName
{
border-color: #B57268;
}
</style>