Shades of Coral Tree #B67869
Tints of Coral Tree #B67869
RGB
CMYK
RGB Variations
Color information
#B67869 (or 0xB67869) is known color: Coral Tree. HEX triplet: B6, 78 and 69. RGB value is (182,120,105). Sum of RGB (Red+Green+Blue) = 182+120+105=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B67869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67869 is #498796. Grayscale: #888888. Windows color (decimal): -4818839 or 6912182. OLE color: 6912182.
HSL color Cylindrical-coordinate representation of color #B67869: hue angle of 11.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B67869 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 105 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.29 |
| HSL | 11.69º | 0.35% | 0.56% | - |
| HSV(B) | 11.69º | 0.42% | 0.71% | - |
| XYZ | 28.56 | 24.4 | 16.57 | - |
| YUV | 136.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 105 | 0 | 0.34 | 0.42 | 0.29 | 11.69 | 0.35 | 0.56 |
| Hex | B6 | 78 | 69 | 0 | 22 | 2A | 1D | C | 23 | 38 |
| Octal | 266 | 170 | 151 | 0 | 42 | 52 | 35 | 14 | 43 | 70 |
| Binary | 10110110 | 1111000 | 1101001 | 0 | 100010 | 101010 | 11101 | 1100 | 100011 | 111000 |
Color Harmonies of #B67869
Complementary color
Monochromatic Colors of #B67869
Black with #B67869
Text Example
Text Example
White with #B67869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67869; }
p { color: rgb(182,120,105); }
H1.HeaderClassName
{
color: #B67869;
}
.AnyTagClassName
{
color: #B67869;
}
</style>
background-color css
<style>
a { background-color: #B67869; }
a { background-color: rgb(182,120,105); }
div.DivClassName
{
background-color: #B67869;
}
.BgClassName
{
background-color: #B67869;
}
</style>
border-color css
<style>
span { border-color: #B67869; }
span { border-color: rgb(182,120,105); }
td.TdClassName
{
border-color: #B67869;
}
.TagClassName
{
border-color: #B67869;
}
</style>