Shades of Coral Tree #B06665
Tints of Coral Tree #B06665
RGB
CMYK
RGB Variations
Color information
#B06665 (or 0xB06665) is known color: Coral Tree. HEX triplet: B0, 66 and 65. RGB value is (176,102,101). Sum of RGB (Red+Green+Blue) = 176+102+101=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06665 is #4F999A. Grayscale: #7C7C7C. Windows color (decimal): -5216667 or 6645424. OLE color: 6645424.
HSL color Cylindrical-coordinate representation of color #B06665: hue angle of 0.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06665 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 101 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.31 |
| HSL | 0.8º | 0.32% | 0.54% | - |
| HSV(B) | 0.8º | 0.43% | 0.69% | - |
| XYZ | 25 | 19.67 | 14.79 | - |
| YUV | 124.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 101 | 0 | 0.42 | 0.43 | 0.31 | 0.8 | 0.32 | 0.54 |
| Hex | B0 | 66 | 65 | 0 | 2A | 2B | 1F | 1 | 20 | 36 |
| Octal | 260 | 146 | 145 | 0 | 52 | 53 | 37 | 1 | 40 | 66 |
| Binary | 10110000 | 1100110 | 1100101 | 0 | 101010 | 101011 | 11111 | 1 | 100000 | 110110 |
Color Harmonies of #B06665
Complementary color
Monochromatic Colors of #B06665
Black with #B06665
Text Example
Text Example
White with #B06665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06665; }
p { color: rgb(176,102,101); }
H1.HeaderClassName
{
color: #B06665;
}
.AnyTagClassName
{
color: #B06665;
}
</style>
background-color css
<style>
a { background-color: #B06665; }
a { background-color: rgb(176,102,101); }
div.DivClassName
{
background-color: #B06665;
}
.BgClassName
{
background-color: #B06665;
}
</style>
border-color css
<style>
span { border-color: #B06665; }
span { border-color: rgb(176,102,101); }
td.TdClassName
{
border-color: #B06665;
}
.TagClassName
{
border-color: #B06665;
}
</style>