Shades of Coral Tree #B17067
Tints of Coral Tree #B17067
RGB
CMYK
RGB Variations
Color information
#B17067 (or 0xB17067) is known color: Coral Tree. HEX triplet: B1, 70 and 67. RGB value is (177,112,103). Sum of RGB (Red+Green+Blue) = 177+112+103=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B17067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17067 is #4E8F98. Grayscale: #828282. Windows color (decimal): -5148569 or 6779057. OLE color: 6779057.
HSL color Cylindrical-coordinate representation of color #B17067: hue angle of 7.3º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17067 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 103 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.31 |
| HSL | 7.3º | 0.32% | 0.55% | - |
| HSV(B) | 7.3º | 0.42% | 0.69% | - |
| XYZ | 26.37 | 21.91 | 15.67 | - |
| YUV | 130.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 103 | 0 | 0.37 | 0.42 | 0.31 | 7.3 | 0.32 | 0.55 |
| Hex | B1 | 70 | 67 | 0 | 25 | 2A | 1F | 7 | 20 | 37 |
| Octal | 261 | 160 | 147 | 0 | 45 | 52 | 37 | 7 | 40 | 67 |
| Binary | 10110001 | 1110000 | 1100111 | 0 | 100101 | 101010 | 11111 | 111 | 100000 | 110111 |
Color Harmonies of #B17067
Complementary color
Monochromatic Colors of #B17067
Black with #B17067
Text Example
Text Example
White with #B17067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17067; }
p { color: rgb(177,112,103); }
H1.HeaderClassName
{
color: #B17067;
}
.AnyTagClassName
{
color: #B17067;
}
</style>
background-color css
<style>
a { background-color: #B17067; }
a { background-color: rgb(177,112,103); }
div.DivClassName
{
background-color: #B17067;
}
.BgClassName
{
background-color: #B17067;
}
</style>
border-color css
<style>
span { border-color: #B17067; }
span { border-color: rgb(177,112,103); }
td.TdClassName
{
border-color: #B17067;
}
.TagClassName
{
border-color: #B17067;
}
</style>