Shades of Coral Tree #B47269
Tints of Coral Tree #B47269
RGB
CMYK
RGB Variations
Color information
#B47269 (or 0xB47269) is known color: Coral Tree. HEX triplet: B4, 72 and 69. RGB value is (180,114,105). Sum of RGB (Red+Green+Blue) = 180+114+105=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47269 is #4B8D96. Grayscale: #848484. Windows color (decimal): -4951447 or 6910644. OLE color: 6910644.
HSL color Cylindrical-coordinate representation of color #B47269: hue angle of 7.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47269 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 105 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.29 |
| HSL | 7.2º | 0.33% | 0.56% | - |
| HSV(B) | 7.2º | 0.42% | 0.71% | - |
| XYZ | 27.39 | 22.76 | 16.31 | - |
| YUV | 132.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 105 | 0 | 0.37 | 0.42 | 0.29 | 7.2 | 0.33 | 0.56 |
| Hex | B4 | 72 | 69 | 0 | 25 | 2A | 1D | 7 | 21 | 38 |
| Octal | 264 | 162 | 151 | 0 | 45 | 52 | 35 | 7 | 41 | 70 |
| Binary | 10110100 | 1110010 | 1101001 | 0 | 100101 | 101010 | 11101 | 111 | 100001 | 111000 |
Color Harmonies of #B47269
Complementary color
Monochromatic Colors of #B47269
Black with #B47269
Text Example
Text Example
White with #B47269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47269; }
p { color: rgb(180,114,105); }
H1.HeaderClassName
{
color: #B47269;
}
.AnyTagClassName
{
color: #B47269;
}
</style>
background-color css
<style>
a { background-color: #B47269; }
a { background-color: rgb(180,114,105); }
div.DivClassName
{
background-color: #B47269;
}
.BgClassName
{
background-color: #B47269;
}
</style>
border-color css
<style>
span { border-color: #B47269; }
span { border-color: rgb(180,114,105); }
td.TdClassName
{
border-color: #B47269;
}
.TagClassName
{
border-color: #B47269;
}
</style>