Shades of Coral Tree #B16461
Tints of Coral Tree #B16461
RGB
CMYK
RGB Variations
Color information
#B16461 (or 0xB16461) is known color: Coral Tree. HEX triplet: B1, 64 and 61. RGB value is (177,100,97). Sum of RGB (Red+Green+Blue) = 177+100+97=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16461 is #4E9B9E. Grayscale: #7A7A7A. Windows color (decimal): -5151647 or 6382769. OLE color: 6382769.
HSL color Cylindrical-coordinate representation of color #B16461: hue angle of 2.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16461 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 97 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.31 |
| HSL | 2.25º | 0.34% | 0.54% | - |
| HSV(B) | 2.25º | 0.45% | 0.69% | - |
| XYZ | 24.85 | 19.32 | 13.73 | - |
| YUV | 122.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 97 | 0 | 0.44 | 0.45 | 0.31 | 2.25 | 0.34 | 0.54 |
| Hex | B1 | 64 | 61 | 0 | 2C | 2D | 1F | 2 | 22 | 36 |
| Octal | 261 | 144 | 141 | 0 | 54 | 55 | 37 | 2 | 42 | 66 |
| Binary | 10110001 | 1100100 | 1100001 | 0 | 101100 | 101101 | 11111 | 10 | 100010 | 110110 |
Color Harmonies of #B16461
Complementary color
Monochromatic Colors of #B16461
Black with #B16461
Text Example
Text Example
White with #B16461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16461; }
p { color: rgb(177,100,97); }
H1.HeaderClassName
{
color: #B16461;
}
.AnyTagClassName
{
color: #B16461;
}
</style>
background-color css
<style>
a { background-color: #B16461; }
a { background-color: rgb(177,100,97); }
div.DivClassName
{
background-color: #B16461;
}
.BgClassName
{
background-color: #B16461;
}
</style>
border-color css
<style>
span { border-color: #B16461; }
span { border-color: rgb(177,100,97); }
td.TdClassName
{
border-color: #B16461;
}
.TagClassName
{
border-color: #B16461;
}
</style>