Shades of Coral Tree #B06C5C
Tints of Coral Tree #B06C5C
RGB
CMYK
RGB Variations
Color information
#B06C5C (or 0xB06C5C) is known color: Coral Tree. HEX triplet: B0, 6C and 5C. RGB value is (176,108,92). Sum of RGB (Red+Green+Blue) = 176+108+92=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C5C is #4F93A3. Grayscale: #7E7E7E. Windows color (decimal): -5215140 or 6057136. OLE color: 6057136.
HSL color Cylindrical-coordinate representation of color #B06C5C: hue angle of 11.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06C5C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 92 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.31 |
| HSL | 11.43º | 0.35% | 0.53% | - |
| HSV(B) | 11.43º | 0.48% | 0.69% | - |
| XYZ | 25.2 | 20.73 | 12.8 | - |
| YUV | 126.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 92 | 0 | 0.39 | 0.48 | 0.31 | 11.43 | 0.35 | 0.53 |
| Hex | B0 | 6C | 5C | 0 | 27 | 30 | 1F | B | 23 | 35 |
| Octal | 260 | 154 | 134 | 0 | 47 | 60 | 37 | 13 | 43 | 65 |
| Binary | 10110000 | 1101100 | 1011100 | 0 | 100111 | 110000 | 11111 | 1011 | 100011 | 110101 |
Color Harmonies of #B06C5C
Complementary color
Monochromatic Colors of #B06C5C
Black with #B06C5C
Text Example
Text Example
White with #B06C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C5C; }
p { color: rgb(176,108,92); }
H1.HeaderClassName
{
color: #B06C5C;
}
.AnyTagClassName
{
color: #B06C5C;
}
</style>
background-color css
<style>
a { background-color: #B06C5C; }
a { background-color: rgb(176,108,92); }
div.DivClassName
{
background-color: #B06C5C;
}
.BgClassName
{
background-color: #B06C5C;
}
</style>
border-color css
<style>
span { border-color: #B06C5C; }
span { border-color: rgb(176,108,92); }
td.TdClassName
{
border-color: #B06C5C;
}
.TagClassName
{
border-color: #B06C5C;
}
</style>