Shades of Coral Tree #B07668
Tints of Coral Tree #B07668
RGB
CMYK
RGB Variations
Color information
#B07668 (or 0xB07668) is known color: Coral Tree. HEX triplet: B0, 76 and 68. RGB value is (176,118,104). Sum of RGB (Red+Green+Blue) = 176+118+104=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B07668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07668 is #4F8997. Grayscale: #858585. Windows color (decimal): -5212568 or 6846128. OLE color: 6846128.
HSL color Cylindrical-coordinate representation of color #B07668: hue angle of 11.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B07668 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 104 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.31 |
| HSL | 11.67º | 0.31% | 0.55% | - |
| HSV(B) | 11.67º | 0.41% | 0.69% | - |
| XYZ | 26.88 | 23.19 | 16.16 | - |
| YUV | 133.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 104 | 0 | 0.33 | 0.41 | 0.31 | 11.67 | 0.31 | 0.55 |
| Hex | B0 | 76 | 68 | 0 | 21 | 29 | 1F | C | 1F | 37 |
| Octal | 260 | 166 | 150 | 0 | 41 | 51 | 37 | 14 | 37 | 67 |
| Binary | 10110000 | 1110110 | 1101000 | 0 | 100001 | 101001 | 11111 | 1100 | 11111 | 110111 |
Color Harmonies of #B07668
Complementary color
Monochromatic Colors of #B07668
Black with #B07668
Text Example
Text Example
White with #B07668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07668; }
p { color: rgb(176,118,104); }
H1.HeaderClassName
{
color: #B07668;
}
.AnyTagClassName
{
color: #B07668;
}
</style>
background-color css
<style>
a { background-color: #B07668; }
a { background-color: rgb(176,118,104); }
div.DivClassName
{
background-color: #B07668;
}
.BgClassName
{
background-color: #B07668;
}
</style>
border-color css
<style>
span { border-color: #B07668; }
span { border-color: rgb(176,118,104); }
td.TdClassName
{
border-color: #B07668;
}
.TagClassName
{
border-color: #B07668;
}
</style>