Shades of Coral Tree #B1665F
Tints of Coral Tree #B1665F
RGB
CMYK
RGB Variations
Color information
#B1665F (or 0xB1665F) is known color: Coral Tree. HEX triplet: B1, 66 and 5F. RGB value is (177,102,95). Sum of RGB (Red+Green+Blue) = 177+102+95=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1665F is #4E99A0. Grayscale: #7B7B7B. Windows color (decimal): -5151137 or 6252209. OLE color: 6252209.
HSL color Cylindrical-coordinate representation of color #B1665F: hue angle of 5.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1665F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 95 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.31 |
| HSL | 5.12º | 0.34% | 0.53% | - |
| HSV(B) | 5.12º | 0.46% | 0.69% | - |
| XYZ | 24.95 | 19.68 | 13.31 | - |
| YUV | 123.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 95 | 0 | 0.42 | 0.46 | 0.31 | 5.12 | 0.34 | 0.53 |
| Hex | B1 | 66 | 5F | 0 | 2A | 2E | 1F | 5 | 22 | 35 |
| Octal | 261 | 146 | 137 | 0 | 52 | 56 | 37 | 5 | 42 | 65 |
| Binary | 10110001 | 1100110 | 1011111 | 0 | 101010 | 101110 | 11111 | 101 | 100010 | 110101 |
Color Harmonies of #B1665F
Complementary color
Monochromatic Colors of #B1665F
Black with #B1665F
Text Example
Text Example
White with #B1665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1665F; }
p { color: rgb(177,102,95); }
H1.HeaderClassName
{
color: #B1665F;
}
.AnyTagClassName
{
color: #B1665F;
}
</style>
background-color css
<style>
a { background-color: #B1665F; }
a { background-color: rgb(177,102,95); }
div.DivClassName
{
background-color: #B1665F;
}
.BgClassName
{
background-color: #B1665F;
}
</style>
border-color css
<style>
span { border-color: #B1665F; }
span { border-color: rgb(177,102,95); }
td.TdClassName
{
border-color: #B1665F;
}
.TagClassName
{
border-color: #B1665F;
}
</style>