Shades of Coral Tree #B27866
Tints of Coral Tree #B27866
RGB
CMYK
RGB Variations
Color information
#B27866 (or 0xB27866) is known color: Coral Tree. HEX triplet: B2, 78 and 66. RGB value is (178,120,102). Sum of RGB (Red+Green+Blue) = 178+120+102=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B27866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27866 is #4D8799. Grayscale: #878787. Windows color (decimal): -5080986 or 6715570. OLE color: 6715570.
HSL color Cylindrical-coordinate representation of color #B27866: hue angle of 14.21º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27866 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 102 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.30 |
| HSL | 14.21º | 0.33% | 0.55% | - |
| HSV(B) | 14.21º | 0.43% | 0.7% | - |
| XYZ | 27.47 | 23.86 | 15.73 | - |
| YUV | 135.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 102 | 0 | 0.33 | 0.43 | 0.30 | 14.21 | 0.33 | 0.55 |
| Hex | B2 | 78 | 66 | 0 | 21 | 2B | 1E | E | 21 | 37 |
| Octal | 262 | 170 | 146 | 0 | 41 | 53 | 36 | 16 | 41 | 67 |
| Binary | 10110010 | 1111000 | 1100110 | 0 | 100001 | 101011 | 11110 | 1110 | 100001 | 110111 |
Color Harmonies of #B27866
Complementary color
Monochromatic Colors of #B27866
Black with #B27866
Text Example
Text Example
White with #B27866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27866; }
p { color: rgb(178,120,102); }
H1.HeaderClassName
{
color: #B27866;
}
.AnyTagClassName
{
color: #B27866;
}
</style>
background-color css
<style>
a { background-color: #B27866; }
a { background-color: rgb(178,120,102); }
div.DivClassName
{
background-color: #B27866;
}
.BgClassName
{
background-color: #B27866;
}
</style>
border-color css
<style>
span { border-color: #B27866; }
span { border-color: rgb(178,120,102); }
td.TdClassName
{
border-color: #B27866;
}
.TagClassName
{
border-color: #B27866;
}
</style>