Shades of Coral Tree #B27474
Tints of Coral Tree #B27474
RGB
CMYK
RGB Variations
Color information
#B27474 (or 0xB27474) is known color: Coral Tree. HEX triplet: B2, 74 and 74. RGB value is (178,116,116). Sum of RGB (Red+Green+Blue) = 178+116+116=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B27474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27474 is #4D8B8B. Grayscale: #868686. Windows color (decimal): -5081996 or 7632050. OLE color: 7632050.
HSL color Cylindrical-coordinate representation of color #B27474: hue angle of 0º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27474 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 116 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.30 |
| HSL | 0º | 0.29% | 0.58% | - |
| HSV(B) | 0º | 0.35% | 0.7% | - |
| XYZ | 27.76 | 23.22 | 19.54 | - |
| YUV | 134.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 116 | 0 | 0.35 | 0.35 | 0.30 | 0 | 0.29 | 0.58 |
| Hex | B2 | 74 | 74 | 0 | 23 | 23 | 1E | 0 | 1D | 3A |
| Octal | 262 | 164 | 164 | 0 | 43 | 43 | 36 | 0 | 35 | 72 |
| Binary | 10110010 | 1110100 | 1110100 | 0 | 100011 | 100011 | 11110 | 0 | 11101 | 111010 |
Color Harmonies of #B27474
Complementary color
Monochromatic Colors of #B27474
Black with #B27474
Text Example
Text Example
White with #B27474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27474; }
p { color: rgb(178,116,116); }
H1.HeaderClassName
{
color: #B27474;
}
.AnyTagClassName
{
color: #B27474;
}
</style>
background-color css
<style>
a { background-color: #B27474; }
a { background-color: rgb(178,116,116); }
div.DivClassName
{
background-color: #B27474;
}
.BgClassName
{
background-color: #B27474;
}
</style>
border-color css
<style>
span { border-color: #B27474; }
span { border-color: rgb(178,116,116); }
td.TdClassName
{
border-color: #B27474;
}
.TagClassName
{
border-color: #B27474;
}
</style>