Shades of Coral Tree #B07669
Tints of Coral Tree #B07669
RGB
CMYK
RGB Variations
Color information
#B07669 (or 0xB07669) is known color: Coral Tree. HEX triplet: B0, 76 and 69. RGB value is (176,118,105). Sum of RGB (Red+Green+Blue) = 176+118+105=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07669 is #4F8996. Grayscale: #858585. Windows color (decimal): -5212567 or 6911664. OLE color: 6911664.
HSL color Cylindrical-coordinate representation of color #B07669: hue angle of 10.99º 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 #B07669 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 105 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.31 |
| HSL | 10.99º | 0.31% | 0.55% | - |
| HSV(B) | 10.99º | 0.4% | 0.69% | - |
| XYZ | 26.93 | 23.21 | 16.42 | - |
| YUV | 133.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 105 | 0 | 0.33 | 0.40 | 0.31 | 10.99 | 0.31 | 0.55 |
| Hex | B0 | 76 | 69 | 0 | 21 | 28 | 1F | B | 1F | 37 |
| Octal | 260 | 166 | 151 | 0 | 41 | 50 | 37 | 13 | 37 | 67 |
| Binary | 10110000 | 1110110 | 1101001 | 0 | 100001 | 101000 | 11111 | 1011 | 11111 | 110111 |
Color Harmonies of #B07669
Complementary color
Monochromatic Colors of #B07669
Black with #B07669
Text Example
Text Example
White with #B07669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07669; }
p { color: rgb(176,118,105); }
H1.HeaderClassName
{
color: #B07669;
}
.AnyTagClassName
{
color: #B07669;
}
</style>
background-color css
<style>
a { background-color: #B07669; }
a { background-color: rgb(176,118,105); }
div.DivClassName
{
background-color: #B07669;
}
.BgClassName
{
background-color: #B07669;
}
</style>
border-color css
<style>
span { border-color: #B07669; }
span { border-color: rgb(176,118,105); }
td.TdClassName
{
border-color: #B07669;
}
.TagClassName
{
border-color: #B07669;
}
</style>