Shades of Coral Tree #B27463
Tints of Coral Tree #B27463
RGB
CMYK
RGB Variations
Color information
#B27463 (or 0xB27463) is known color: Coral Tree. HEX triplet: B2, 74 and 63. RGB value is (178,116,99). Sum of RGB (Red+Green+Blue) = 178+116+99=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B27463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27463 is #4D8B9C. Grayscale: #848484. Windows color (decimal): -5082013 or 6517938. OLE color: 6517938.
HSL color Cylindrical-coordinate representation of color #B27463: hue angle of 12.91º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27463 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 99 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.30 |
| HSL | 12.91º | 0.34% | 0.54% | - |
| HSV(B) | 12.91º | 0.44% | 0.7% | - |
| XYZ | 26.86 | 22.86 | 14.8 | - |
| YUV | 132.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 99 | 0 | 0.35 | 0.44 | 0.30 | 12.91 | 0.34 | 0.54 |
| Hex | B2 | 74 | 63 | 0 | 23 | 2C | 1E | D | 22 | 36 |
| Octal | 262 | 164 | 143 | 0 | 43 | 54 | 36 | 15 | 42 | 66 |
| Binary | 10110010 | 1110100 | 1100011 | 0 | 100011 | 101100 | 11110 | 1101 | 100010 | 110110 |
Color Harmonies of #B27463
Complementary color
Monochromatic Colors of #B27463
Black with #B27463
Text Example
Text Example
White with #B27463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27463; }
p { color: rgb(178,116,99); }
H1.HeaderClassName
{
color: #B27463;
}
.AnyTagClassName
{
color: #B27463;
}
</style>
background-color css
<style>
a { background-color: #B27463; }
a { background-color: rgb(178,116,99); }
div.DivClassName
{
background-color: #B27463;
}
.BgClassName
{
background-color: #B27463;
}
</style>
border-color css
<style>
span { border-color: #B27463; }
span { border-color: rgb(178,116,99); }
td.TdClassName
{
border-color: #B27463;
}
.TagClassName
{
border-color: #B27463;
}
</style>