Shades of Coral Tree #B37067
Tints of Coral Tree #B37067
RGB
CMYK
RGB Variations
Color information
#B37067 (or 0xB37067) is known color: Coral Tree. HEX triplet: B3, 70 and 67. RGB value is (179,112,103). Sum of RGB (Red+Green+Blue) = 179+112+103=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B37067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37067 is #4C8F98. Grayscale: #838383. Windows color (decimal): -5017497 or 6779059. OLE color: 6779059.
HSL color Cylindrical-coordinate representation of color #B37067: hue angle of 7.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37067 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 103 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.30 |
| HSL | 7.11º | 0.33% | 0.55% | - |
| HSV(B) | 7.11º | 0.42% | 0.7% | - |
| XYZ | 26.83 | 22.15 | 15.69 | - |
| YUV | 131.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 103 | 0 | 0.37 | 0.42 | 0.30 | 7.11 | 0.33 | 0.55 |
| Hex | B3 | 70 | 67 | 0 | 25 | 2A | 1E | 7 | 21 | 37 |
| Octal | 263 | 160 | 147 | 0 | 45 | 52 | 36 | 7 | 41 | 67 |
| Binary | 10110011 | 1110000 | 1100111 | 0 | 100101 | 101010 | 11110 | 111 | 100001 | 110111 |
Color Harmonies of #B37067
Complementary color
Monochromatic Colors of #B37067
Black with #B37067
Text Example
Text Example
White with #B37067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37067; }
p { color: rgb(179,112,103); }
H1.HeaderClassName
{
color: #B37067;
}
.AnyTagClassName
{
color: #B37067;
}
</style>
background-color css
<style>
a { background-color: #B37067; }
a { background-color: rgb(179,112,103); }
div.DivClassName
{
background-color: #B37067;
}
.BgClassName
{
background-color: #B37067;
}
</style>
border-color css
<style>
span { border-color: #B37067; }
span { border-color: rgb(179,112,103); }
td.TdClassName
{
border-color: #B37067;
}
.TagClassName
{
border-color: #B37067;
}
</style>