Shades of Coral Tree #B46B5C
Tints of Coral Tree #B46B5C
RGB
CMYK
RGB Variations
Color information
#B46B5C (or 0xB46B5C) is known color: Coral Tree. HEX triplet: B4, 6B and 5C. RGB value is (180,107,92). Sum of RGB (Red+Green+Blue) = 180+107+92=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B5C is #4B94A3. Grayscale: #7F7F7F. Windows color (decimal): -4953252 or 6056884. OLE color: 6056884.
HSL color Cylindrical-coordinate representation of color #B46B5C: hue angle of 10.23º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B46B5C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 92 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.29 |
| HSL | 10.23º | 0.37% | 0.53% | - |
| HSV(B) | 10.23º | 0.49% | 0.71% | - |
| XYZ | 26.01 | 20.99 | 12.81 | - |
| YUV | 127.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 92 | 0 | 0.41 | 0.49 | 0.29 | 10.23 | 0.37 | 0.53 |
| Hex | B4 | 6B | 5C | 0 | 29 | 31 | 1D | A | 25 | 35 |
| Octal | 264 | 153 | 134 | 0 | 51 | 61 | 35 | 12 | 45 | 65 |
| Binary | 10110100 | 1101011 | 1011100 | 0 | 101001 | 110001 | 11101 | 1010 | 100101 | 110101 |
Color Harmonies of #B46B5C
Complementary color
Monochromatic Colors of #B46B5C
Black with #B46B5C
Text Example
Text Example
White with #B46B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B5C; }
p { color: rgb(180,107,92); }
H1.HeaderClassName
{
color: #B46B5C;
}
.AnyTagClassName
{
color: #B46B5C;
}
</style>
background-color css
<style>
a { background-color: #B46B5C; }
a { background-color: rgb(180,107,92); }
div.DivClassName
{
background-color: #B46B5C;
}
.BgClassName
{
background-color: #B46B5C;
}
</style>
border-color css
<style>
span { border-color: #B46B5C; }
span { border-color: rgb(180,107,92); }
td.TdClassName
{
border-color: #B46B5C;
}
.TagClassName
{
border-color: #B46B5C;
}
</style>