Shades of Coral Tree #B46C69
Tints of Coral Tree #B46C69
RGB
CMYK
RGB Variations
Color information
#B46C69 (or 0xB46C69) is known color: Coral Tree. HEX triplet: B4, 6C and 69. RGB value is (180,108,105). Sum of RGB (Red+Green+Blue) = 180+108+105=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C69 is #4B9396. Grayscale: #818181. Windows color (decimal): -4952983 or 6909108. OLE color: 6909108.
HSL color Cylindrical-coordinate representation of color #B46C69: hue angle of 2.4º 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 #B46C69 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 105 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.29 |
| HSL | 2.4º | 0.33% | 0.56% | - |
| HSV(B) | 2.4º | 0.42% | 0.71% | - |
| XYZ | 26.73 | 21.45 | 16.1 | - |
| YUV | 129.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 105 | 0 | 0.40 | 0.42 | 0.29 | 2.4 | 0.33 | 0.56 |
| Hex | B4 | 6C | 69 | 0 | 28 | 2A | 1D | 2 | 21 | 38 |
| Octal | 264 | 154 | 151 | 0 | 50 | 52 | 35 | 2 | 41 | 70 |
| Binary | 10110100 | 1101100 | 1101001 | 0 | 101000 | 101010 | 11101 | 10 | 100001 | 111000 |
Color Harmonies of #B46C69
Complementary color
Monochromatic Colors of #B46C69
Black with #B46C69
Text Example
Text Example
White with #B46C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C69; }
p { color: rgb(180,108,105); }
H1.HeaderClassName
{
color: #B46C69;
}
.AnyTagClassName
{
color: #B46C69;
}
</style>
background-color css
<style>
a { background-color: #B46C69; }
a { background-color: rgb(180,108,105); }
div.DivClassName
{
background-color: #B46C69;
}
.BgClassName
{
background-color: #B46C69;
}
</style>
border-color css
<style>
span { border-color: #B46C69; }
span { border-color: rgb(180,108,105); }
td.TdClassName
{
border-color: #B46C69;
}
.TagClassName
{
border-color: #B46C69;
}
</style>