Shades of Coral Tree #B76B5B
Tints of Coral Tree #B76B5B
RGB
CMYK
RGB Variations
Color information
#B76B5B (or 0xB76B5B) is known color: Coral Tree. HEX triplet: B7, 6B and 5B. RGB value is (183,107,91). Sum of RGB (Red+Green+Blue) = 183+107+91=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B5B is #4894A4. Grayscale: #808080. Windows color (decimal): -4756645 or 5991351. OLE color: 5991351.
HSL color Cylindrical-coordinate representation of color #B76B5B: hue angle of 10.43º 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 #B76B5B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 91 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.28 |
| HSL | 10.43º | 0.39% | 0.54% | - |
| HSV(B) | 10.43º | 0.5% | 0.72% | - |
| XYZ | 26.67 | 21.34 | 12.61 | - |
| YUV | 127.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 91 | 0 | 0.42 | 0.50 | 0.28 | 10.43 | 0.39 | 0.54 |
| Hex | B7 | 6B | 5B | 0 | 2A | 32 | 1C | A | 27 | 36 |
| Octal | 267 | 153 | 133 | 0 | 52 | 62 | 34 | 12 | 47 | 66 |
| Binary | 10110111 | 1101011 | 1011011 | 0 | 101010 | 110010 | 11100 | 1010 | 100111 | 110110 |
Color Harmonies of #B76B5B
Complementary color
Monochromatic Colors of #B76B5B
Black with #B76B5B
Text Example
Text Example
White with #B76B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B5B; }
p { color: rgb(183,107,91); }
H1.HeaderClassName
{
color: #B76B5B;
}
.AnyTagClassName
{
color: #B76B5B;
}
</style>
background-color css
<style>
a { background-color: #B76B5B; }
a { background-color: rgb(183,107,91); }
div.DivClassName
{
background-color: #B76B5B;
}
.BgClassName
{
background-color: #B76B5B;
}
</style>
border-color css
<style>
span { border-color: #B76B5B; }
span { border-color: rgb(183,107,91); }
td.TdClassName
{
border-color: #B76B5B;
}
.TagClassName
{
border-color: #B76B5B;
}
</style>