Shades of Coral Tree #B16A6A
Tints of Coral Tree #B16A6A
RGB
CMYK
RGB Variations
Color information
#B16A6A (or 0xB16A6A) is known color: Coral Tree. HEX triplet: B1, 6A and 6A. RGB value is (177,106,106). Sum of RGB (Red+Green+Blue) = 177+106+106=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A6A is #4E9595. Grayscale: #7F7F7F. Windows color (decimal): -5150102 or 6974129. OLE color: 6974129.
HSL color Cylindrical-coordinate representation of color #B16A6A: hue angle of 0º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16A6A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 106 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.31 |
| HSL | 0º | 0.31% | 0.55% | - |
| HSV(B) | 0º | 0.4% | 0.69% | - |
| XYZ | 25.89 | 20.7 | 16.27 | - |
| YUV | 127.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 106 | 0 | 0.40 | 0.40 | 0.31 | 0 | 0.31 | 0.55 |
| Hex | B1 | 6A | 6A | 0 | 28 | 28 | 1F | 0 | 1F | 37 |
| Octal | 261 | 152 | 152 | 0 | 50 | 50 | 37 | 0 | 37 | 67 |
| Binary | 10110001 | 1101010 | 1101010 | 0 | 101000 | 101000 | 11111 | 0 | 11111 | 110111 |
Color Harmonies of #B16A6A
Complementary color
Monochromatic Colors of #B16A6A
Black with #B16A6A
Text Example
Text Example
White with #B16A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A6A; }
p { color: rgb(177,106,106); }
H1.HeaderClassName
{
color: #B16A6A;
}
.AnyTagClassName
{
color: #B16A6A;
}
</style>
background-color css
<style>
a { background-color: #B16A6A; }
a { background-color: rgb(177,106,106); }
div.DivClassName
{
background-color: #B16A6A;
}
.BgClassName
{
background-color: #B16A6A;
}
</style>
border-color css
<style>
span { border-color: #B16A6A; }
span { border-color: rgb(177,106,106); }
td.TdClassName
{
border-color: #B16A6A;
}
.TagClassName
{
border-color: #B16A6A;
}
</style>