Shades of Coral Tree #B27268
Tints of Coral Tree #B27268
RGB
CMYK
RGB Variations
Color information
#B27268 (or 0xB27268) is known color: Coral Tree. HEX triplet: B2, 72 and 68. RGB value is (178,114,104). Sum of RGB (Red+Green+Blue) = 178+114+104=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B27268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27268 is #4D8D97. Grayscale: #848484. Windows color (decimal): -5082520 or 6845106. OLE color: 6845106.
HSL color Cylindrical-coordinate representation of color #B27268: hue angle of 8.11º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B27268 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 104 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.30 |
| HSL | 8.11º | 0.32% | 0.55% | - |
| HSV(B) | 8.11º | 0.42% | 0.7% | - |
| XYZ | 26.88 | 22.5 | 16.02 | - |
| YUV | 132 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 104 | 0 | 0.36 | 0.42 | 0.30 | 8.11 | 0.32 | 0.55 |
| Hex | B2 | 72 | 68 | 0 | 24 | 2A | 1E | 8 | 20 | 37 |
| Octal | 262 | 162 | 150 | 0 | 44 | 52 | 36 | 10 | 40 | 67 |
| Binary | 10110010 | 1110010 | 1101000 | 0 | 100100 | 101010 | 11110 | 1000 | 100000 | 110111 |
Color Harmonies of #B27268
Complementary color
Monochromatic Colors of #B27268
Black with #B27268
Text Example
Text Example
White with #B27268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27268; }
p { color: rgb(178,114,104); }
H1.HeaderClassName
{
color: #B27268;
}
.AnyTagClassName
{
color: #B27268;
}
</style>
background-color css
<style>
a { background-color: #B27268; }
a { background-color: rgb(178,114,104); }
div.DivClassName
{
background-color: #B27268;
}
.BgClassName
{
background-color: #B27268;
}
</style>
border-color css
<style>
span { border-color: #B27268; }
span { border-color: rgb(178,114,104); }
td.TdClassName
{
border-color: #B27268;
}
.TagClassName
{
border-color: #B27268;
}
</style>