Shades of Coral Tree #B57468
Tints of Coral Tree #B57468
RGB
CMYK
RGB Variations
Color information
#B57468 (or 0xB57468) is known color: Coral Tree. HEX triplet: B5, 74 and 68. RGB value is (181,116,104). Sum of RGB (Red+Green+Blue) = 181+116+104=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B57468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57468 is #4A8B97. Grayscale: #868686. Windows color (decimal): -4885400 or 6845621. OLE color: 6845621.
HSL color Cylindrical-coordinate representation of color #B57468: hue angle of 9.35º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57468 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 104 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.29 |
| HSL | 9.35º | 0.34% | 0.56% | - |
| HSV(B) | 9.35º | 0.43% | 0.71% | - |
| XYZ | 27.8 | 23.31 | 16.13 | - |
| YUV | 134.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 104 | 0 | 0.36 | 0.43 | 0.29 | 9.35 | 0.34 | 0.56 |
| Hex | B5 | 74 | 68 | 0 | 24 | 2B | 1D | 9 | 22 | 38 |
| Octal | 265 | 164 | 150 | 0 | 44 | 53 | 35 | 11 | 42 | 70 |
| Binary | 10110101 | 1110100 | 1101000 | 0 | 100100 | 101011 | 11101 | 1001 | 100010 | 111000 |
Color Harmonies of #B57468
Complementary color
Monochromatic Colors of #B57468
Black with #B57468
Text Example
Text Example
White with #B57468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57468; }
p { color: rgb(181,116,104); }
H1.HeaderClassName
{
color: #B57468;
}
.AnyTagClassName
{
color: #B57468;
}
</style>
background-color css
<style>
a { background-color: #B57468; }
a { background-color: rgb(181,116,104); }
div.DivClassName
{
background-color: #B57468;
}
.BgClassName
{
background-color: #B57468;
}
</style>
border-color css
<style>
span { border-color: #B57468; }
span { border-color: rgb(181,116,104); }
td.TdClassName
{
border-color: #B57468;
}
.TagClassName
{
border-color: #B57468;
}
</style>