Shades of Coral Tree #B67068
Tints of Coral Tree #B67068
RGB
CMYK
RGB Variations
Color information
#B67068 (or 0xB67068) is known color: Coral Tree. HEX triplet: B6, 70 and 68. RGB value is (182,112,104). Sum of RGB (Red+Green+Blue) = 182+112+104=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B67068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67068 is #498F97. Grayscale: #848484. Windows color (decimal): -4820888 or 6844598. OLE color: 6844598.
HSL color Cylindrical-coordinate representation of color #B67068: hue angle of 6.15º 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 #B67068 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 104 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.29 |
| HSL | 6.15º | 0.35% | 0.56% | - |
| HSV(B) | 6.15º | 0.43% | 0.71% | - |
| XYZ | 27.58 | 22.53 | 15.99 | - |
| YUV | 132.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 104 | 0 | 0.38 | 0.43 | 0.29 | 6.15 | 0.35 | 0.56 |
| Hex | B6 | 70 | 68 | 0 | 26 | 2B | 1D | 6 | 23 | 38 |
| Octal | 266 | 160 | 150 | 0 | 46 | 53 | 35 | 6 | 43 | 70 |
| Binary | 10110110 | 1110000 | 1101000 | 0 | 100110 | 101011 | 11101 | 110 | 100011 | 111000 |
Color Harmonies of #B67068
Complementary color
Monochromatic Colors of #B67068
Black with #B67068
Text Example
Text Example
White with #B67068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67068; }
p { color: rgb(182,112,104); }
H1.HeaderClassName
{
color: #B67068;
}
.AnyTagClassName
{
color: #B67068;
}
</style>
background-color css
<style>
a { background-color: #B67068; }
a { background-color: rgb(182,112,104); }
div.DivClassName
{
background-color: #B67068;
}
.BgClassName
{
background-color: #B67068;
}
</style>
border-color css
<style>
span { border-color: #B67068; }
span { border-color: rgb(182,112,104); }
td.TdClassName
{
border-color: #B67068;
}
.TagClassName
{
border-color: #B67068;
}
</style>