Shades of Coral Tree #B0665E
Tints of Coral Tree #B0665E
RGB
CMYK
RGB Variations
Color information
#B0665E (or 0xB0665E) is known color: Coral Tree. HEX triplet: B0, 66 and 5E. RGB value is (176,102,94). Sum of RGB (Red+Green+Blue) = 176+102+94=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0665E is #4F99A1. Grayscale: #7B7B7B. Windows color (decimal): -5216674 or 6186672. OLE color: 6186672.
HSL color Cylindrical-coordinate representation of color #B0665E: hue angle of 5.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0665E is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 94 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.31 |
| HSL | 5.85º | 0.34% | 0.53% | - |
| HSV(B) | 5.85º | 0.47% | 0.69% | - |
| XYZ | 24.68 | 19.54 | 13.06 | - |
| YUV | 123.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 94 | 0 | 0.42 | 0.47 | 0.31 | 5.85 | 0.34 | 0.53 |
| Hex | B0 | 66 | 5E | 0 | 2A | 2F | 1F | 6 | 22 | 35 |
| Octal | 260 | 146 | 136 | 0 | 52 | 57 | 37 | 6 | 42 | 65 |
| Binary | 10110000 | 1100110 | 1011110 | 0 | 101010 | 101111 | 11111 | 110 | 100010 | 110101 |
Color Harmonies of #B0665E
Complementary color
Monochromatic Colors of #B0665E
Black with #B0665E
Text Example
Text Example
White with #B0665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0665E; }
p { color: rgb(176,102,94); }
H1.HeaderClassName
{
color: #B0665E;
}
.AnyTagClassName
{
color: #B0665E;
}
</style>
background-color css
<style>
a { background-color: #B0665E; }
a { background-color: rgb(176,102,94); }
div.DivClassName
{
background-color: #B0665E;
}
.BgClassName
{
background-color: #B0665E;
}
</style>
border-color css
<style>
span { border-color: #B0665E; }
span { border-color: rgb(176,102,94); }
td.TdClassName
{
border-color: #B0665E;
}
.TagClassName
{
border-color: #B0665E;
}
</style>