Shades of Coral Tree #B4735D
Tints of Coral Tree #B4735D
RGB
CMYK
RGB Variations
Color information
#B4735D (or 0xB4735D) is known color: Coral Tree. HEX triplet: B4, 73 and 5D. RGB value is (180,115,93). Sum of RGB (Red+Green+Blue) = 180+115+93=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4735D is #4B8CA2. Grayscale: #848484. Windows color (decimal): -4951203 or 6124468. OLE color: 6124468.
HSL color Cylindrical-coordinate representation of color #B4735D: hue angle of 15.17º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4735D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 93 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.29 |
| HSL | 15.17º | 0.37% | 0.54% | - |
| HSV(B) | 15.17º | 0.48% | 0.71% | - |
| XYZ | 26.93 | 22.76 | 13.33 | - |
| YUV | 131.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 93 | 0 | 0.36 | 0.48 | 0.29 | 15.17 | 0.37 | 0.54 |
| Hex | B4 | 73 | 5D | 0 | 24 | 30 | 1D | F | 25 | 36 |
| Octal | 264 | 163 | 135 | 0 | 44 | 60 | 35 | 17 | 45 | 66 |
| Binary | 10110100 | 1110011 | 1011101 | 0 | 100100 | 110000 | 11101 | 1111 | 100101 | 110110 |
Color Harmonies of #B4735D
Complementary color
Monochromatic Colors of #B4735D
Black with #B4735D
Text Example
Text Example
White with #B4735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4735D; }
p { color: rgb(180,115,93); }
H1.HeaderClassName
{
color: #B4735D;
}
.AnyTagClassName
{
color: #B4735D;
}
</style>
background-color css
<style>
a { background-color: #B4735D; }
a { background-color: rgb(180,115,93); }
div.DivClassName
{
background-color: #B4735D;
}
.BgClassName
{
background-color: #B4735D;
}
</style>
border-color css
<style>
span { border-color: #B4735D; }
span { border-color: rgb(180,115,93); }
td.TdClassName
{
border-color: #B4735D;
}
.TagClassName
{
border-color: #B4735D;
}
</style>