Shades of Coral Tree #B67168
Tints of Coral Tree #B67168
RGB
CMYK
RGB Variations
Color information
#B67168 (or 0xB67168) is known color: Coral Tree. HEX triplet: B6, 71 and 68. RGB value is (182,113,104). Sum of RGB (Red+Green+Blue) = 182+113+104=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67168 is #498E97. Grayscale: #848484. Windows color (decimal): -4820632 or 6844854. OLE color: 6844854.
HSL color Cylindrical-coordinate representation of color #B67168: hue angle of 6.92º 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 #B67168 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 104 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.29 |
| HSL | 6.92º | 0.35% | 0.56% | - |
| HSV(B) | 6.92º | 0.43% | 0.71% | - |
| XYZ | 27.7 | 22.75 | 16.03 | - |
| YUV | 132.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 104 | 0 | 0.38 | 0.43 | 0.29 | 6.92 | 0.35 | 0.56 |
| Hex | B6 | 71 | 68 | 0 | 26 | 2B | 1D | 7 | 23 | 38 |
| Octal | 266 | 161 | 150 | 0 | 46 | 53 | 35 | 7 | 43 | 70 |
| Binary | 10110110 | 1110001 | 1101000 | 0 | 100110 | 101011 | 11101 | 111 | 100011 | 111000 |
Color Harmonies of #B67168
Complementary color
Monochromatic Colors of #B67168
Black with #B67168
Text Example
Text Example
White with #B67168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67168; }
p { color: rgb(182,113,104); }
H1.HeaderClassName
{
color: #B67168;
}
.AnyTagClassName
{
color: #B67168;
}
</style>
background-color css
<style>
a { background-color: #B67168; }
a { background-color: rgb(182,113,104); }
div.DivClassName
{
background-color: #B67168;
}
.BgClassName
{
background-color: #B67168;
}
</style>
border-color css
<style>
span { border-color: #B67168; }
span { border-color: rgb(182,113,104); }
td.TdClassName
{
border-color: #B67168;
}
.TagClassName
{
border-color: #B67168;
}
</style>