Shades of Coral Tree #B27666
Tints of Coral Tree #B27666
RGB
CMYK
RGB Variations
Color information
#B27666 (or 0xB27666) is known color: Coral Tree. HEX triplet: B2, 76 and 66. RGB value is (178,118,102). Sum of RGB (Red+Green+Blue) = 178+118+102=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B27666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27666 is #4D8999. Grayscale: #868686. Windows color (decimal): -5081498 or 6715058. OLE color: 6715058.
HSL color Cylindrical-coordinate representation of color #B27666: hue angle of 12.63º 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 #B27666 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 102 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.30 |
| HSL | 12.63º | 0.33% | 0.55% | - |
| HSV(B) | 12.63º | 0.43% | 0.7% | - |
| XYZ | 27.24 | 23.38 | 15.65 | - |
| YUV | 134.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 102 | 0 | 0.34 | 0.43 | 0.30 | 12.63 | 0.33 | 0.55 |
| Hex | B2 | 76 | 66 | 0 | 22 | 2B | 1E | D | 21 | 37 |
| Octal | 262 | 166 | 146 | 0 | 42 | 53 | 36 | 15 | 41 | 67 |
| Binary | 10110010 | 1110110 | 1100110 | 0 | 100010 | 101011 | 11110 | 1101 | 100001 | 110111 |
Color Harmonies of #B27666
Complementary color
Monochromatic Colors of #B27666
Black with #B27666
Text Example
Text Example
White with #B27666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27666; }
p { color: rgb(178,118,102); }
H1.HeaderClassName
{
color: #B27666;
}
.AnyTagClassName
{
color: #B27666;
}
</style>
background-color css
<style>
a { background-color: #B27666; }
a { background-color: rgb(178,118,102); }
div.DivClassName
{
background-color: #B27666;
}
.BgClassName
{
background-color: #B27666;
}
</style>
border-color css
<style>
span { border-color: #B27666; }
span { border-color: rgb(178,118,102); }
td.TdClassName
{
border-color: #B27666;
}
.TagClassName
{
border-color: #B27666;
}
</style>