Shades of Coral Tree #B07A6D
Tints of Coral Tree #B07A6D
RGB
CMYK
RGB Variations
Color information
#B07A6D (or 0xB07A6D) is known color: Coral Tree. HEX triplet: B0, 7A and 6D. RGB value is (176,122,109). Sum of RGB (Red+Green+Blue) = 176+122+109=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A6D is #4F8592. Grayscale: #888888. Windows color (decimal): -5211539 or 7174832. OLE color: 7174832.
HSL color Cylindrical-coordinate representation of color #B07A6D: hue angle of 11.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07A6D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 109 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.31 |
| HSL | 11.64º | 0.3% | 0.56% | - |
| HSV(B) | 11.64º | 0.38% | 0.69% | - |
| XYZ | 27.62 | 24.25 | 17.69 | - |
| YUV | 136.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 109 | 0 | 0.31 | 0.38 | 0.31 | 11.64 | 0.3 | 0.56 |
| Hex | B0 | 7A | 6D | 0 | 1F | 26 | 1F | C | 1E | 38 |
| Octal | 260 | 172 | 155 | 0 | 37 | 46 | 37 | 14 | 36 | 70 |
| Binary | 10110000 | 1111010 | 1101101 | 0 | 11111 | 100110 | 11111 | 1100 | 11110 | 111000 |
Color Harmonies of #B07A6D
Complementary color
Monochromatic Colors of #B07A6D
Black with #B07A6D
Text Example
Text Example
White with #B07A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A6D; }
p { color: rgb(176,122,109); }
H1.HeaderClassName
{
color: #B07A6D;
}
.AnyTagClassName
{
color: #B07A6D;
}
</style>
background-color css
<style>
a { background-color: #B07A6D; }
a { background-color: rgb(176,122,109); }
div.DivClassName
{
background-color: #B07A6D;
}
.BgClassName
{
background-color: #B07A6D;
}
</style>
border-color css
<style>
span { border-color: #B07A6D; }
span { border-color: rgb(176,122,109); }
td.TdClassName
{
border-color: #B07A6D;
}
.TagClassName
{
border-color: #B07A6D;
}
</style>