Shades of Coral Tree #B46F68
Tints of Coral Tree #B46F68
RGB
CMYK
RGB Variations
Color information
#B46F68 (or 0xB46F68) is known color: Coral Tree. HEX triplet: B4, 6F and 68. RGB value is (180,111,104). Sum of RGB (Red+Green+Blue) = 180+111+104=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F68 is #4B9097. Grayscale: #828282. Windows color (decimal): -4952216 or 6844340. OLE color: 6844340.
HSL color Cylindrical-coordinate representation of color #B46F68: hue angle of 5.53º degrees, saturation: 0.34, 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 #B46F68 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 104 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.29 |
| HSL | 5.53º | 0.34% | 0.56% | - |
| HSV(B) | 5.53º | 0.42% | 0.71% | - |
| XYZ | 27.01 | 22.07 | 15.93 | - |
| YUV | 130.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 104 | 0 | 0.38 | 0.42 | 0.29 | 5.53 | 0.34 | 0.56 |
| Hex | B4 | 6F | 68 | 0 | 26 | 2A | 1D | 6 | 22 | 38 |
| Octal | 264 | 157 | 150 | 0 | 46 | 52 | 35 | 6 | 42 | 70 |
| Binary | 10110100 | 1101111 | 1101000 | 0 | 100110 | 101010 | 11101 | 110 | 100010 | 111000 |
Color Harmonies of #B46F68
Complementary color
Monochromatic Colors of #B46F68
Black with #B46F68
Text Example
Text Example
White with #B46F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F68; }
p { color: rgb(180,111,104); }
H1.HeaderClassName
{
color: #B46F68;
}
.AnyTagClassName
{
color: #B46F68;
}
</style>
background-color css
<style>
a { background-color: #B46F68; }
a { background-color: rgb(180,111,104); }
div.DivClassName
{
background-color: #B46F68;
}
.BgClassName
{
background-color: #B46F68;
}
</style>
border-color css
<style>
span { border-color: #B46F68; }
span { border-color: rgb(180,111,104); }
td.TdClassName
{
border-color: #B46F68;
}
.TagClassName
{
border-color: #B46F68;
}
</style>