Shades of Coral Tree #B05E5B
Tints of Coral Tree #B05E5B
RGB
CMYK
RGB Variations
Color information
#B05E5B (or 0xB05E5B) is known color: Coral Tree. HEX triplet: B0, 5E and 5B. RGB value is (176,94,91). Sum of RGB (Red+Green+Blue) = 176+94+91=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E5B is #4FA1A4. Grayscale: #767676. Windows color (decimal): -5218725 or 5988016. OLE color: 5988016.
HSL color Cylindrical-coordinate representation of color #B05E5B: hue angle of 2.12º 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 #B05E5B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 91 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.31 |
| HSL | 2.12º | 0.35% | 0.52% | - |
| HSV(B) | 2.12º | 0.48% | 0.69% | - |
| XYZ | 23.8 | 17.99 | 12.12 | - |
| YUV | 118.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 91 | 0 | 0.47 | 0.48 | 0.31 | 2.12 | 0.35 | 0.52 |
| Hex | B0 | 5E | 5B | 0 | 2F | 30 | 1F | 2 | 23 | 34 |
| Octal | 260 | 136 | 133 | 0 | 57 | 60 | 37 | 2 | 43 | 64 |
| Binary | 10110000 | 1011110 | 1011011 | 0 | 101111 | 110000 | 11111 | 10 | 100011 | 110100 |
Color Harmonies of #B05E5B
Complementary color
Monochromatic Colors of #B05E5B
Black with #B05E5B
Text Example
Text Example
White with #B05E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E5B; }
p { color: rgb(176,94,91); }
H1.HeaderClassName
{
color: #B05E5B;
}
.AnyTagClassName
{
color: #B05E5B;
}
</style>
background-color css
<style>
a { background-color: #B05E5B; }
a { background-color: rgb(176,94,91); }
div.DivClassName
{
background-color: #B05E5B;
}
.BgClassName
{
background-color: #B05E5B;
}
</style>
border-color css
<style>
span { border-color: #B05E5B; }
span { border-color: rgb(176,94,91); }
td.TdClassName
{
border-color: #B05E5B;
}
.TagClassName
{
border-color: #B05E5B;
}
</style>