Shades of Coral Tree #B37465
Tints of Coral Tree #B37465
RGB
CMYK
RGB Variations
Color information
#B37465 (or 0xB37465) is known color: Coral Tree. HEX triplet: B3, 74 and 65. RGB value is (179,116,101). Sum of RGB (Red+Green+Blue) = 179+116+101=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B37465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37465 is #4C8B9A. Grayscale: #858585. Windows color (decimal): -5016475 or 6649011. OLE color: 6649011.
HSL color Cylindrical-coordinate representation of color #B37465: hue angle of 11.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37465 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 101 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.30 |
| HSL | 11.54º | 0.34% | 0.55% | - |
| HSV(B) | 11.54º | 0.44% | 0.7% | - |
| XYZ | 27.18 | 23.01 | 15.32 | - |
| YUV | 133.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 101 | 0 | 0.35 | 0.44 | 0.30 | 11.54 | 0.34 | 0.55 |
| Hex | B3 | 74 | 65 | 0 | 23 | 2C | 1E | C | 22 | 37 |
| Octal | 263 | 164 | 145 | 0 | 43 | 54 | 36 | 14 | 42 | 67 |
| Binary | 10110011 | 1110100 | 1100101 | 0 | 100011 | 101100 | 11110 | 1100 | 100010 | 110111 |
Color Harmonies of #B37465
Complementary color
Monochromatic Colors of #B37465
Black with #B37465
Text Example
Text Example
White with #B37465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37465; }
p { color: rgb(179,116,101); }
H1.HeaderClassName
{
color: #B37465;
}
.AnyTagClassName
{
color: #B37465;
}
</style>
background-color css
<style>
a { background-color: #B37465; }
a { background-color: rgb(179,116,101); }
div.DivClassName
{
background-color: #B37465;
}
.BgClassName
{
background-color: #B37465;
}
</style>
border-color css
<style>
span { border-color: #B37465; }
span { border-color: rgb(179,116,101); }
td.TdClassName
{
border-color: #B37465;
}
.TagClassName
{
border-color: #B37465;
}
</style>