Shades of Coral Tree #B5736A
Tints of Coral Tree #B5736A
RGB
CMYK
RGB Variations
Color information
#B5736A (or 0xB5736A) is known color: Coral Tree. HEX triplet: B5, 73 and 6A. RGB value is (181,115,106). Sum of RGB (Red+Green+Blue) = 181+115+106=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5736A is #4A8C95. Grayscale: #858585. Windows color (decimal): -4885654 or 6976437. OLE color: 6976437.
HSL color Cylindrical-coordinate representation of color #B5736A: hue angle of 7.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5736A is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 106 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.29 |
| HSL | 7.2º | 0.34% | 0.56% | - |
| HSV(B) | 7.2º | 0.41% | 0.71% | - |
| XYZ | 27.79 | 23.13 | 16.63 | - |
| YUV | 133.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 106 | 0 | 0.36 | 0.41 | 0.29 | 7.2 | 0.34 | 0.56 |
| Hex | B5 | 73 | 6A | 0 | 24 | 29 | 1D | 7 | 22 | 38 |
| Octal | 265 | 163 | 152 | 0 | 44 | 51 | 35 | 7 | 42 | 70 |
| Binary | 10110101 | 1110011 | 1101010 | 0 | 100100 | 101001 | 11101 | 111 | 100010 | 111000 |
Color Harmonies of #B5736A
Complementary color
Monochromatic Colors of #B5736A
Black with #B5736A
Text Example
Text Example
White with #B5736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5736A; }
p { color: rgb(181,115,106); }
H1.HeaderClassName
{
color: #B5736A;
}
.AnyTagClassName
{
color: #B5736A;
}
</style>
background-color css
<style>
a { background-color: #B5736A; }
a { background-color: rgb(181,115,106); }
div.DivClassName
{
background-color: #B5736A;
}
.BgClassName
{
background-color: #B5736A;
}
</style>
border-color css
<style>
span { border-color: #B5736A; }
span { border-color: rgb(181,115,106); }
td.TdClassName
{
border-color: #B5736A;
}
.TagClassName
{
border-color: #B5736A;
}
</style>