Shades of Coral Tree #B56262
Tints of Coral Tree #B56262
RGB
CMYK
RGB Variations
Color information
#B56262 (or 0xB56262) is known color: Coral Tree. HEX triplet: B5, 62 and 62. RGB value is (181,98,98). Sum of RGB (Red+Green+Blue) = 181+98+98=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56262 is #4A9D9D. Grayscale: #7A7A7A. Windows color (decimal): -4890014 or 6447797. OLE color: 6447797.
HSL color Cylindrical-coordinate representation of color #B56262: hue angle of 0º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56262 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 98 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.29 |
| HSL | 0º | 0.36% | 0.55% | - |
| HSV(B) | 0º | 0.46% | 0.71% | - |
| XYZ | 25.63 | 19.44 | 13.96 | - |
| YUV | 122.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 98 | 0 | 0.46 | 0.46 | 0.29 | 0 | 0.36 | 0.55 |
| Hex | B5 | 62 | 62 | 0 | 2E | 2E | 1D | 0 | 24 | 37 |
| Octal | 265 | 142 | 142 | 0 | 56 | 56 | 35 | 0 | 44 | 67 |
| Binary | 10110101 | 1100010 | 1100010 | 0 | 101110 | 101110 | 11101 | 0 | 100100 | 110111 |
Color Harmonies of #B56262
Complementary color
Monochromatic Colors of #B56262
Black with #B56262
Text Example
Text Example
White with #B56262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56262; }
p { color: rgb(181,98,98); }
H1.HeaderClassName
{
color: #B56262;
}
.AnyTagClassName
{
color: #B56262;
}
</style>
background-color css
<style>
a { background-color: #B56262; }
a { background-color: rgb(181,98,98); }
div.DivClassName
{
background-color: #B56262;
}
.BgClassName
{
background-color: #B56262;
}
</style>
border-color css
<style>
span { border-color: #B56262; }
span { border-color: rgb(181,98,98); }
td.TdClassName
{
border-color: #B56262;
}
.TagClassName
{
border-color: #B56262;
}
</style>