Shades of Coral Tree #B06A5B
Tints of Coral Tree #B06A5B
RGB
CMYK
RGB Variations
Color information
#B06A5B (or 0xB06A5B) is known color: Coral Tree. HEX triplet: B0, 6A and 5B. RGB value is (176,106,91). Sum of RGB (Red+Green+Blue) = 176+106+91=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A5B is #4F95A4. Grayscale: #7D7D7D. Windows color (decimal): -5215653 or 5991088. OLE color: 5991088.
HSL color Cylindrical-coordinate representation of color #B06A5B: hue angle of 10.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06A5B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 91 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.31 |
| HSL | 10.59º | 0.35% | 0.52% | - |
| HSV(B) | 10.59º | 0.48% | 0.69% | - |
| XYZ | 24.95 | 20.29 | 12.5 | - |
| YUV | 125.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 91 | 0 | 0.40 | 0.48 | 0.31 | 10.59 | 0.35 | 0.52 |
| Hex | B0 | 6A | 5B | 0 | 28 | 30 | 1F | B | 23 | 34 |
| Octal | 260 | 152 | 133 | 0 | 50 | 60 | 37 | 13 | 43 | 64 |
| Binary | 10110000 | 1101010 | 1011011 | 0 | 101000 | 110000 | 11111 | 1011 | 100011 | 110100 |
Color Harmonies of #B06A5B
Complementary color
Monochromatic Colors of #B06A5B
Black with #B06A5B
Text Example
Text Example
White with #B06A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A5B; }
p { color: rgb(176,106,91); }
H1.HeaderClassName
{
color: #B06A5B;
}
.AnyTagClassName
{
color: #B06A5B;
}
</style>
background-color css
<style>
a { background-color: #B06A5B; }
a { background-color: rgb(176,106,91); }
div.DivClassName
{
background-color: #B06A5B;
}
.BgClassName
{
background-color: #B06A5B;
}
</style>
border-color css
<style>
span { border-color: #B06A5B; }
span { border-color: rgb(176,106,91); }
td.TdClassName
{
border-color: #B06A5B;
}
.TagClassName
{
border-color: #B06A5B;
}
</style>