Shades of Coral Tree #B5756A
Tints of Coral Tree #B5756A
RGB
CMYK
RGB Variations
Color information
#B5756A (or 0xB5756A) is known color: Coral Tree. HEX triplet: B5, 75 and 6A. RGB value is (181,117,106). Sum of RGB (Red+Green+Blue) = 181+117+106=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5756A is #4A8A95. Grayscale: #868686. Windows color (decimal): -4885142 or 6976949. OLE color: 6976949.
HSL color Cylindrical-coordinate representation of color #B5756A: hue angle of 8.8º 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 #B5756A is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 106 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.29 |
| HSL | 8.8º | 0.34% | 0.56% | - |
| HSV(B) | 8.8º | 0.41% | 0.71% | - |
| XYZ | 28.02 | 23.59 | 16.71 | - |
| YUV | 134.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 106 | 0 | 0.35 | 0.41 | 0.29 | 8.8 | 0.34 | 0.56 |
| Hex | B5 | 75 | 6A | 0 | 23 | 29 | 1D | 9 | 22 | 38 |
| Octal | 265 | 165 | 152 | 0 | 43 | 51 | 35 | 11 | 42 | 70 |
| Binary | 10110101 | 1110101 | 1101010 | 0 | 100011 | 101001 | 11101 | 1001 | 100010 | 111000 |
Color Harmonies of #B5756A
Complementary color
Monochromatic Colors of #B5756A
Black with #B5756A
Text Example
Text Example
White with #B5756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5756A; }
p { color: rgb(181,117,106); }
H1.HeaderClassName
{
color: #B5756A;
}
.AnyTagClassName
{
color: #B5756A;
}
</style>
background-color css
<style>
a { background-color: #B5756A; }
a { background-color: rgb(181,117,106); }
div.DivClassName
{
background-color: #B5756A;
}
.BgClassName
{
background-color: #B5756A;
}
</style>
border-color css
<style>
span { border-color: #B5756A; }
span { border-color: rgb(181,117,106); }
td.TdClassName
{
border-color: #B5756A;
}
.TagClassName
{
border-color: #B5756A;
}
</style>