Shades of Coral Tree #B06F5D
Tints of Coral Tree #B06F5D
RGB
CMYK
RGB Variations
Color information
#B06F5D (or 0xB06F5D) is known color: Coral Tree. HEX triplet: B0, 6F and 5D. RGB value is (176,111,93). Sum of RGB (Red+Green+Blue) = 176+111+93=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5D is #4F90A2. Grayscale: #808080. Windows color (decimal): -5214371 or 6123440. OLE color: 6123440.
HSL color Cylindrical-coordinate representation of color #B06F5D: hue angle of 13.01º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06F5D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 93 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.31 |
| HSL | 13.01º | 0.34% | 0.53% | - |
| HSV(B) | 13.01º | 0.47% | 0.69% | - |
| XYZ | 25.56 | 21.39 | 13.14 | - |
| YUV | 128.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 93 | 0 | 0.37 | 0.47 | 0.31 | 13.01 | 0.34 | 0.53 |
| Hex | B0 | 6F | 5D | 0 | 25 | 2F | 1F | D | 22 | 35 |
| Octal | 260 | 157 | 135 | 0 | 45 | 57 | 37 | 15 | 42 | 65 |
| Binary | 10110000 | 1101111 | 1011101 | 0 | 100101 | 101111 | 11111 | 1101 | 100010 | 110101 |
Color Harmonies of #B06F5D
Complementary color
Monochromatic Colors of #B06F5D
Black with #B06F5D
Text Example
Text Example
White with #B06F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F5D; }
p { color: rgb(176,111,93); }
H1.HeaderClassName
{
color: #B06F5D;
}
.AnyTagClassName
{
color: #B06F5D;
}
</style>
background-color css
<style>
a { background-color: #B06F5D; }
a { background-color: rgb(176,111,93); }
div.DivClassName
{
background-color: #B06F5D;
}
.BgClassName
{
background-color: #B06F5D;
}
</style>
border-color css
<style>
span { border-color: #B06F5D; }
span { border-color: rgb(176,111,93); }
td.TdClassName
{
border-color: #B06F5D;
}
.TagClassName
{
border-color: #B06F5D;
}
</style>