Shades of Coral Tree #B46C67
Tints of Coral Tree #B46C67
RGB
CMYK
RGB Variations
Color information
#B46C67 (or 0xB46C67) is known color: Coral Tree. HEX triplet: B4, 6C and 67. RGB value is (180,108,103). Sum of RGB (Red+Green+Blue) = 180+108+103=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C67 is #4B9398. Grayscale: #818181. Windows color (decimal): -4952985 or 6778036. OLE color: 6778036.
HSL color Cylindrical-coordinate representation of color #B46C67: hue angle of 3.9º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46C67 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 103 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.29 |
| HSL | 3.9º | 0.34% | 0.55% | - |
| HSV(B) | 3.9º | 0.43% | 0.71% | - |
| XYZ | 26.63 | 21.41 | 15.56 | - |
| YUV | 128.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 103 | 0 | 0.40 | 0.43 | 0.29 | 3.9 | 0.34 | 0.55 |
| Hex | B4 | 6C | 67 | 0 | 28 | 2B | 1D | 4 | 22 | 37 |
| Octal | 264 | 154 | 147 | 0 | 50 | 53 | 35 | 4 | 42 | 67 |
| Binary | 10110100 | 1101100 | 1100111 | 0 | 101000 | 101011 | 11101 | 100 | 100010 | 110111 |
Color Harmonies of #B46C67
Complementary color
Monochromatic Colors of #B46C67
Black with #B46C67
Text Example
Text Example
White with #B46C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C67; }
p { color: rgb(180,108,103); }
H1.HeaderClassName
{
color: #B46C67;
}
.AnyTagClassName
{
color: #B46C67;
}
</style>
background-color css
<style>
a { background-color: #B46C67; }
a { background-color: rgb(180,108,103); }
div.DivClassName
{
background-color: #B46C67;
}
.BgClassName
{
background-color: #B46C67;
}
</style>
border-color css
<style>
span { border-color: #B46C67; }
span { border-color: rgb(180,108,103); }
td.TdClassName
{
border-color: #B46C67;
}
.TagClassName
{
border-color: #B46C67;
}
</style>