Shades of Coral Tree #B06F69
Tints of Coral Tree #B06F69
RGB
CMYK
RGB Variations
Color information
#B06F69 (or 0xB06F69) is known color: Coral Tree. HEX triplet: B0, 6F and 69. RGB value is (176,111,105). Sum of RGB (Red+Green+Blue) = 176+111+105=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F69 is #4F9096. Grayscale: #818181. Windows color (decimal): -5214359 or 6909872. OLE color: 6909872.
HSL color Cylindrical-coordinate representation of color #B06F69: hue angle of 5.07º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06F69 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 105 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.31 |
| HSL | 5.07º | 0.31% | 0.55% | - |
| HSV(B) | 5.07º | 0.4% | 0.69% | - |
| XYZ | 26.14 | 21.62 | 16.16 | - |
| YUV | 129.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 105 | 0 | 0.37 | 0.40 | 0.31 | 5.07 | 0.31 | 0.55 |
| Hex | B0 | 6F | 69 | 0 | 25 | 28 | 1F | 5 | 1F | 37 |
| Octal | 260 | 157 | 151 | 0 | 45 | 50 | 37 | 5 | 37 | 67 |
| Binary | 10110000 | 1101111 | 1101001 | 0 | 100101 | 101000 | 11111 | 101 | 11111 | 110111 |
Color Harmonies of #B06F69
Complementary color
Monochromatic Colors of #B06F69
Black with #B06F69
Text Example
Text Example
White with #B06F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F69; }
p { color: rgb(176,111,105); }
H1.HeaderClassName
{
color: #B06F69;
}
.AnyTagClassName
{
color: #B06F69;
}
</style>
background-color css
<style>
a { background-color: #B06F69; }
a { background-color: rgb(176,111,105); }
div.DivClassName
{
background-color: #B06F69;
}
.BgClassName
{
background-color: #B06F69;
}
</style>
border-color css
<style>
span { border-color: #B06F69; }
span { border-color: rgb(176,111,105); }
td.TdClassName
{
border-color: #B06F69;
}
.TagClassName
{
border-color: #B06F69;
}
</style>