Shades of Coral Tree #B26B5D
Tints of Coral Tree #B26B5D
RGB
CMYK
RGB Variations
Color information
#B26B5D (or 0xB26B5D) is known color: Coral Tree. HEX triplet: B2, 6B and 5D. RGB value is (178,107,93). Sum of RGB (Red+Green+Blue) = 178+107+93=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B5D is #4D94A2. Grayscale: #7E7E7E. Windows color (decimal): -5084323 or 6122418. OLE color: 6122418.
HSL color Cylindrical-coordinate representation of color #B26B5D: hue angle of 9.88º 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 #B26B5D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 93 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.30 |
| HSL | 9.88º | 0.36% | 0.53% | - |
| HSV(B) | 9.88º | 0.48% | 0.7% | - |
| XYZ | 25.59 | 20.77 | 13.02 | - |
| YUV | 126.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 93 | 0 | 0.40 | 0.48 | 0.30 | 9.88 | 0.36 | 0.53 |
| Hex | B2 | 6B | 5D | 0 | 28 | 30 | 1E | A | 24 | 35 |
| Octal | 262 | 153 | 135 | 0 | 50 | 60 | 36 | 12 | 44 | 65 |
| Binary | 10110010 | 1101011 | 1011101 | 0 | 101000 | 110000 | 11110 | 1010 | 100100 | 110101 |
Color Harmonies of #B26B5D
Complementary color
Monochromatic Colors of #B26B5D
Black with #B26B5D
Text Example
Text Example
White with #B26B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B5D; }
p { color: rgb(178,107,93); }
H1.HeaderClassName
{
color: #B26B5D;
}
.AnyTagClassName
{
color: #B26B5D;
}
</style>
background-color css
<style>
a { background-color: #B26B5D; }
a { background-color: rgb(178,107,93); }
div.DivClassName
{
background-color: #B26B5D;
}
.BgClassName
{
background-color: #B26B5D;
}
</style>
border-color css
<style>
span { border-color: #B26B5D; }
span { border-color: rgb(178,107,93); }
td.TdClassName
{
border-color: #B26B5D;
}
.TagClassName
{
border-color: #B26B5D;
}
</style>