Shades of Coral Tree #B27864
Tints of Coral Tree #B27864
RGB
CMYK
RGB Variations
Color information
#B27864 (or 0xB27864) is known color: Coral Tree. HEX triplet: B2, 78 and 64. RGB value is (178,120,100). Sum of RGB (Red+Green+Blue) = 178+120+100=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B27864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27864 is #4D879B. Grayscale: #878787. Windows color (decimal): -5080988 or 6584498. OLE color: 6584498.
HSL color Cylindrical-coordinate representation of color #B27864: hue angle of 15.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27864 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 100 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.30 |
| HSL | 15.38º | 0.34% | 0.55% | - |
| HSV(B) | 15.38º | 0.44% | 0.7% | - |
| XYZ | 27.38 | 23.82 | 15.21 | - |
| YUV | 135.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 100 | 0 | 0.33 | 0.44 | 0.30 | 15.38 | 0.34 | 0.55 |
| Hex | B2 | 78 | 64 | 0 | 21 | 2C | 1E | F | 22 | 37 |
| Octal | 262 | 170 | 144 | 0 | 41 | 54 | 36 | 17 | 42 | 67 |
| Binary | 10110010 | 1111000 | 1100100 | 0 | 100001 | 101100 | 11110 | 1111 | 100010 | 110111 |
Color Harmonies of #B27864
Complementary color
Monochromatic Colors of #B27864
Black with #B27864
Text Example
Text Example
White with #B27864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27864; }
p { color: rgb(178,120,100); }
H1.HeaderClassName
{
color: #B27864;
}
.AnyTagClassName
{
color: #B27864;
}
</style>
background-color css
<style>
a { background-color: #B27864; }
a { background-color: rgb(178,120,100); }
div.DivClassName
{
background-color: #B27864;
}
.BgClassName
{
background-color: #B27864;
}
</style>
border-color css
<style>
span { border-color: #B27864; }
span { border-color: rgb(178,120,100); }
td.TdClassName
{
border-color: #B27864;
}
.TagClassName
{
border-color: #B27864;
}
</style>