Shades of Coral Tree #B16A5C
Tints of Coral Tree #B16A5C
RGB
CMYK
RGB Variations
Color information
#B16A5C (or 0xB16A5C) is known color: Coral Tree. HEX triplet: B1, 6A and 5C. RGB value is (177,106,92). Sum of RGB (Red+Green+Blue) = 177+106+92=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A5C is #4E95A3. Grayscale: #7D7D7D. Windows color (decimal): -5150116 or 6056625. OLE color: 6056625.
HSL color Cylindrical-coordinate representation of color #B16A5C: hue angle of 9.88º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16A5C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 92 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.31 |
| HSL | 9.88º | 0.35% | 0.53% | - |
| HSV(B) | 9.88º | 0.48% | 0.69% | - |
| XYZ | 25.22 | 20.43 | 12.74 | - |
| YUV | 125.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 92 | 0 | 0.40 | 0.48 | 0.31 | 9.88 | 0.35 | 0.53 |
| Hex | B1 | 6A | 5C | 0 | 28 | 30 | 1F | A | 23 | 35 |
| Octal | 261 | 152 | 134 | 0 | 50 | 60 | 37 | 12 | 43 | 65 |
| Binary | 10110001 | 1101010 | 1011100 | 0 | 101000 | 110000 | 11111 | 1010 | 100011 | 110101 |
Color Harmonies of #B16A5C
Complementary color
Monochromatic Colors of #B16A5C
Black with #B16A5C
Text Example
Text Example
White with #B16A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A5C; }
p { color: rgb(177,106,92); }
H1.HeaderClassName
{
color: #B16A5C;
}
.AnyTagClassName
{
color: #B16A5C;
}
</style>
background-color css
<style>
a { background-color: #B16A5C; }
a { background-color: rgb(177,106,92); }
div.DivClassName
{
background-color: #B16A5C;
}
.BgClassName
{
background-color: #B16A5C;
}
</style>
border-color css
<style>
span { border-color: #B16A5C; }
span { border-color: rgb(177,106,92); }
td.TdClassName
{
border-color: #B16A5C;
}
.TagClassName
{
border-color: #B16A5C;
}
</style>