Shades of Coral Tree #B67065
Tints of Coral Tree #B67065
RGB
CMYK
RGB Variations
Color information
#B67065 (or 0xB67065) is known color: Coral Tree. HEX triplet: B6, 70 and 65. RGB value is (182,112,101). Sum of RGB (Red+Green+Blue) = 182+112+101=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67065 is #498F9A. Grayscale: #838383. Windows color (decimal): -4820891 or 6647990. OLE color: 6647990.
HSL color Cylindrical-coordinate representation of color #B67065: hue angle of 8.15º 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 #B67065 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 101 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.29 |
| HSL | 8.15º | 0.36% | 0.55% | - |
| HSV(B) | 8.15º | 0.45% | 0.71% | - |
| XYZ | 27.43 | 22.47 | 15.2 | - |
| YUV | 131.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 101 | 0 | 0.38 | 0.45 | 0.29 | 8.15 | 0.36 | 0.55 |
| Hex | B6 | 70 | 65 | 0 | 26 | 2D | 1D | 8 | 24 | 37 |
| Octal | 266 | 160 | 145 | 0 | 46 | 55 | 35 | 10 | 44 | 67 |
| Binary | 10110110 | 1110000 | 1100101 | 0 | 100110 | 101101 | 11101 | 1000 | 100100 | 110111 |
Color Harmonies of #B67065
Complementary color
Monochromatic Colors of #B67065
Black with #B67065
Text Example
Text Example
White with #B67065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67065; }
p { color: rgb(182,112,101); }
H1.HeaderClassName
{
color: #B67065;
}
.AnyTagClassName
{
color: #B67065;
}
</style>
background-color css
<style>
a { background-color: #B67065; }
a { background-color: rgb(182,112,101); }
div.DivClassName
{
background-color: #B67065;
}
.BgClassName
{
background-color: #B67065;
}
</style>
border-color css
<style>
span { border-color: #B67065; }
span { border-color: rgb(182,112,101); }
td.TdClassName
{
border-color: #B67065;
}
.TagClassName
{
border-color: #B67065;
}
</style>