Shades of Coral Tree #B26C5D
Tints of Coral Tree #B26C5D
RGB
CMYK
RGB Variations
Color information
#B26C5D (or 0xB26C5D) is known color: Coral Tree. HEX triplet: B2, 6C and 5D. RGB value is (178,108,93). Sum of RGB (Red+Green+Blue) = 178+108+93=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C5D is #4D93A2. Grayscale: #7F7F7F. Windows color (decimal): -5084067 or 6122674. OLE color: 6122674.
HSL color Cylindrical-coordinate representation of color #B26C5D: hue angle of 10.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26C5D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 93 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.30 |
| HSL | 10.59º | 0.36% | 0.53% | - |
| HSV(B) | 10.59º | 0.48% | 0.7% | - |
| XYZ | 25.7 | 20.98 | 13.05 | - |
| YUV | 127.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 93 | 0 | 0.39 | 0.48 | 0.30 | 10.59 | 0.36 | 0.53 |
| Hex | B2 | 6C | 5D | 0 | 27 | 30 | 1E | B | 24 | 35 |
| Octal | 262 | 154 | 135 | 0 | 47 | 60 | 36 | 13 | 44 | 65 |
| Binary | 10110010 | 1101100 | 1011101 | 0 | 100111 | 110000 | 11110 | 1011 | 100100 | 110101 |
Color Harmonies of #B26C5D
Complementary color
Monochromatic Colors of #B26C5D
Black with #B26C5D
Text Example
Text Example
White with #B26C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C5D; }
p { color: rgb(178,108,93); }
H1.HeaderClassName
{
color: #B26C5D;
}
.AnyTagClassName
{
color: #B26C5D;
}
</style>
background-color css
<style>
a { background-color: #B26C5D; }
a { background-color: rgb(178,108,93); }
div.DivClassName
{
background-color: #B26C5D;
}
.BgClassName
{
background-color: #B26C5D;
}
</style>
border-color css
<style>
span { border-color: #B26C5D; }
span { border-color: rgb(178,108,93); }
td.TdClassName
{
border-color: #B26C5D;
}
.TagClassName
{
border-color: #B26C5D;
}
</style>