Shades of Coral Tree #B47A6B
Tints of Coral Tree #B47A6B
RGB
CMYK
RGB Variations
Color information
#B47A6B (or 0xB47A6B) is known color: Coral Tree. HEX triplet: B4, 7A and 6B. RGB value is (180,122,107). Sum of RGB (Red+Green+Blue) = 180+122+107=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A6B is #4B8594. Grayscale: #898989. Windows color (decimal): -4949397 or 7043764. OLE color: 7043764.
HSL color Cylindrical-coordinate representation of color #B47A6B: hue angle of 12.33º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47A6B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 107 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.29 |
| HSL | 12.33º | 0.33% | 0.56% | - |
| HSV(B) | 12.33º | 0.41% | 0.71% | - |
| XYZ | 28.44 | 24.68 | 17.18 | - |
| YUV | 137.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 107 | 0 | 0.32 | 0.41 | 0.29 | 12.33 | 0.33 | 0.56 |
| Hex | B4 | 7A | 6B | 0 | 20 | 29 | 1D | C | 21 | 38 |
| Octal | 264 | 172 | 153 | 0 | 40 | 51 | 35 | 14 | 41 | 70 |
| Binary | 10110100 | 1111010 | 1101011 | 0 | 100000 | 101001 | 11101 | 1100 | 100001 | 111000 |
Color Harmonies of #B47A6B
Complementary color
Monochromatic Colors of #B47A6B
Black with #B47A6B
Text Example
Text Example
White with #B47A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A6B; }
p { color: rgb(180,122,107); }
H1.HeaderClassName
{
color: #B47A6B;
}
.AnyTagClassName
{
color: #B47A6B;
}
</style>
background-color css
<style>
a { background-color: #B47A6B; }
a { background-color: rgb(180,122,107); }
div.DivClassName
{
background-color: #B47A6B;
}
.BgClassName
{
background-color: #B47A6B;
}
</style>
border-color css
<style>
span { border-color: #B47A6B; }
span { border-color: rgb(180,122,107); }
td.TdClassName
{
border-color: #B47A6B;
}
.TagClassName
{
border-color: #B47A6B;
}
</style>