Shades of Coral Tree #B67067
Tints of Coral Tree #B67067
RGB
CMYK
RGB Variations
Color information
#B67067 (or 0xB67067) is known color: Coral Tree. HEX triplet: B6, 70 and 67. RGB value is (182,112,103). Sum of RGB (Red+Green+Blue) = 182+112+103=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B67067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67067 is #498F98. Grayscale: #848484. Windows color (decimal): -4820889 or 6779062. OLE color: 6779062.
HSL color Cylindrical-coordinate representation of color #B67067: hue angle of 6.84º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B67067 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 103 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.29 |
| HSL | 6.84º | 0.35% | 0.56% | - |
| HSV(B) | 6.84º | 0.43% | 0.71% | - |
| XYZ | 27.53 | 22.51 | 15.73 | - |
| YUV | 131.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 103 | 0 | 0.38 | 0.43 | 0.29 | 6.84 | 0.35 | 0.56 |
| Hex | B6 | 70 | 67 | 0 | 26 | 2B | 1D | 7 | 23 | 38 |
| Octal | 266 | 160 | 147 | 0 | 46 | 53 | 35 | 7 | 43 | 70 |
| Binary | 10110110 | 1110000 | 1100111 | 0 | 100110 | 101011 | 11101 | 111 | 100011 | 111000 |
Color Harmonies of #B67067
Complementary color
Monochromatic Colors of #B67067
Black with #B67067
Text Example
Text Example
White with #B67067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67067; }
p { color: rgb(182,112,103); }
H1.HeaderClassName
{
color: #B67067;
}
.AnyTagClassName
{
color: #B67067;
}
</style>
background-color css
<style>
a { background-color: #B67067; }
a { background-color: rgb(182,112,103); }
div.DivClassName
{
background-color: #B67067;
}
.BgClassName
{
background-color: #B67067;
}
</style>
border-color css
<style>
span { border-color: #B67067; }
span { border-color: rgb(182,112,103); }
td.TdClassName
{
border-color: #B67067;
}
.TagClassName
{
border-color: #B67067;
}
</style>