Shades of Coral Tree #B46C5C
Tints of Coral Tree #B46C5C
RGB
CMYK
RGB Variations
Color information
#B46C5C (or 0xB46C5C) is known color: Coral Tree. HEX triplet: B4, 6C and 5C. RGB value is (180,108,92). Sum of RGB (Red+Green+Blue) = 180+108+92=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C5C is #4B93A3. Grayscale: #7F7F7F. Windows color (decimal): -4952996 or 6057140. OLE color: 6057140.
HSL color Cylindrical-coordinate representation of color #B46C5C: hue angle of 10.91º 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 #B46C5C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 92 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.29 |
| HSL | 10.91º | 0.37% | 0.53% | - |
| HSV(B) | 10.91º | 0.49% | 0.71% | - |
| XYZ | 26.12 | 21.2 | 12.84 | - |
| YUV | 127.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 92 | 0 | 0.40 | 0.49 | 0.29 | 10.91 | 0.37 | 0.53 |
| Hex | B4 | 6C | 5C | 0 | 28 | 31 | 1D | B | 25 | 35 |
| Octal | 264 | 154 | 134 | 0 | 50 | 61 | 35 | 13 | 45 | 65 |
| Binary | 10110100 | 1101100 | 1011100 | 0 | 101000 | 110001 | 11101 | 1011 | 100101 | 110101 |
Color Harmonies of #B46C5C
Complementary color
Monochromatic Colors of #B46C5C
Black with #B46C5C
Text Example
Text Example
White with #B46C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C5C; }
p { color: rgb(180,108,92); }
H1.HeaderClassName
{
color: #B46C5C;
}
.AnyTagClassName
{
color: #B46C5C;
}
</style>
background-color css
<style>
a { background-color: #B46C5C; }
a { background-color: rgb(180,108,92); }
div.DivClassName
{
background-color: #B46C5C;
}
.BgClassName
{
background-color: #B46C5C;
}
</style>
border-color css
<style>
span { border-color: #B46C5C; }
span { border-color: rgb(180,108,92); }
td.TdClassName
{
border-color: #B46C5C;
}
.TagClassName
{
border-color: #B46C5C;
}
</style>