Shades of Coral Tree #B76C5C
Tints of Coral Tree #B76C5C
RGB
CMYK
RGB Variations
Color information
#B76C5C (or 0xB76C5C) is known color: Coral Tree. HEX triplet: B7, 6C and 5C. RGB value is (183,108,92). Sum of RGB (Red+Green+Blue) = 183+108+92=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C5C is #4893A3. Grayscale: #808080. Windows color (decimal): -4756388 or 6057143. OLE color: 6057143.
HSL color Cylindrical-coordinate representation of color #B76C5C: hue angle of 10.55º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76C5C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 92 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.28 |
| HSL | 10.55º | 0.39% | 0.54% | - |
| HSV(B) | 10.55º | 0.5% | 0.72% | - |
| XYZ | 26.82 | 21.57 | 12.87 | - |
| YUV | 128.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 92 | 0 | 0.41 | 0.50 | 0.28 | 10.55 | 0.39 | 0.54 |
| Hex | B7 | 6C | 5C | 0 | 29 | 32 | 1C | B | 27 | 36 |
| Octal | 267 | 154 | 134 | 0 | 51 | 62 | 34 | 13 | 47 | 66 |
| Binary | 10110111 | 1101100 | 1011100 | 0 | 101001 | 110010 | 11100 | 1011 | 100111 | 110110 |
Color Harmonies of #B76C5C
Complementary color
Monochromatic Colors of #B76C5C
Black with #B76C5C
Text Example
Text Example
White with #B76C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C5C; }
p { color: rgb(183,108,92); }
H1.HeaderClassName
{
color: #B76C5C;
}
.AnyTagClassName
{
color: #B76C5C;
}
</style>
background-color css
<style>
a { background-color: #B76C5C; }
a { background-color: rgb(183,108,92); }
div.DivClassName
{
background-color: #B76C5C;
}
.BgClassName
{
background-color: #B76C5C;
}
</style>
border-color css
<style>
span { border-color: #B76C5C; }
span { border-color: rgb(183,108,92); }
td.TdClassName
{
border-color: #B76C5C;
}
.TagClassName
{
border-color: #B76C5C;
}
</style>