Shades of Coral Tree #B27676
Tints of Coral Tree #B27676
RGB
CMYK
RGB Variations
Color information
#B27676 (or 0xB27676) is known color: Coral Tree. HEX triplet: B2, 76 and 76. RGB value is (178,118,118). Sum of RGB (Red+Green+Blue) = 178+118+118=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B27676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27676 is #4D8989. Grayscale: #878787. Windows color (decimal): -5081482 or 7763634. OLE color: 7763634.
HSL color Cylindrical-coordinate representation of color #B27676: hue angle of 0º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27676 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 118 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.30 |
| HSL | 0º | 0.28% | 0.58% | - |
| HSV(B) | 0º | 0.34% | 0.7% | - |
| XYZ | 28.11 | 23.73 | 20.24 | - |
| YUV | 135.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 118 | 0 | 0.34 | 0.34 | 0.30 | 0 | 0.28 | 0.58 |
| Hex | B2 | 76 | 76 | 0 | 22 | 22 | 1E | 0 | 1C | 3A |
| Octal | 262 | 166 | 166 | 0 | 42 | 42 | 36 | 0 | 34 | 72 |
| Binary | 10110010 | 1110110 | 1110110 | 0 | 100010 | 100010 | 11110 | 0 | 11100 | 111010 |
Color Harmonies of #B27676
Complementary color
Monochromatic Colors of #B27676
Black with #B27676
Text Example
Text Example
White with #B27676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27676; }
p { color: rgb(178,118,118); }
H1.HeaderClassName
{
color: #B27676;
}
.AnyTagClassName
{
color: #B27676;
}
</style>
background-color css
<style>
a { background-color: #B27676; }
a { background-color: rgb(178,118,118); }
div.DivClassName
{
background-color: #B27676;
}
.BgClassName
{
background-color: #B27676;
}
</style>
border-color css
<style>
span { border-color: #B27676; }
span { border-color: rgb(178,118,118); }
td.TdClassName
{
border-color: #B27676;
}
.TagClassName
{
border-color: #B27676;
}
</style>