Shades of Coral Tree #B67964
Tints of Coral Tree #B67964
RGB
CMYK
RGB Variations
Color information
#B67964 (or 0xB67964) is known color: Coral Tree. HEX triplet: B6, 79 and 64. RGB value is (182,121,100). Sum of RGB (Red+Green+Blue) = 182+121+100=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B67964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67964 is #49869B. Grayscale: #888888. Windows color (decimal): -4818588 or 6584758. OLE color: 6584758.
HSL color Cylindrical-coordinate representation of color #B67964: hue angle of 15.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67964 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 100 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.29 |
| HSL | 15.37º | 0.36% | 0.55% | - |
| HSV(B) | 15.37º | 0.45% | 0.71% | - |
| XYZ | 28.43 | 24.54 | 15.29 | - |
| YUV | 136.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 100 | 0 | 0.34 | 0.45 | 0.29 | 15.37 | 0.36 | 0.55 |
| Hex | B6 | 79 | 64 | 0 | 22 | 2D | 1D | F | 24 | 37 |
| Octal | 266 | 171 | 144 | 0 | 42 | 55 | 35 | 17 | 44 | 67 |
| Binary | 10110110 | 1111001 | 1100100 | 0 | 100010 | 101101 | 11101 | 1111 | 100100 | 110111 |
Color Harmonies of #B67964
Complementary color
Monochromatic Colors of #B67964
Black with #B67964
Text Example
Text Example
White with #B67964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67964; }
p { color: rgb(182,121,100); }
H1.HeaderClassName
{
color: #B67964;
}
.AnyTagClassName
{
color: #B67964;
}
</style>
background-color css
<style>
a { background-color: #B67964; }
a { background-color: rgb(182,121,100); }
div.DivClassName
{
background-color: #B67964;
}
.BgClassName
{
background-color: #B67964;
}
</style>
border-color css
<style>
span { border-color: #B67964; }
span { border-color: rgb(182,121,100); }
td.TdClassName
{
border-color: #B67964;
}
.TagClassName
{
border-color: #B67964;
}
</style>