Shades of Coral Tree #B0746C
Tints of Coral Tree #B0746C
RGB
CMYK
RGB Variations
Color information
#B0746C (or 0xB0746C) is known color: Coral Tree. HEX triplet: B0, 74 and 6C. RGB value is (176,116,108). Sum of RGB (Red+Green+Blue) = 176+116+108=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0746C is #4F8B93. Grayscale: #858585. Windows color (decimal): -5213076 or 7107760. OLE color: 7107760.
HSL color Cylindrical-coordinate representation of color #B0746C: hue angle of 7.06º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0746C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 108 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.31 |
| HSL | 7.06º | 0.3% | 0.56% | - |
| HSV(B) | 7.06º | 0.39% | 0.69% | - |
| XYZ | 26.86 | 22.8 | 17.17 | - |
| YUV | 133.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 108 | 0 | 0.34 | 0.39 | 0.31 | 7.06 | 0.3 | 0.56 |
| Hex | B0 | 74 | 6C | 0 | 22 | 27 | 1F | 7 | 1E | 38 |
| Octal | 260 | 164 | 154 | 0 | 42 | 47 | 37 | 7 | 36 | 70 |
| Binary | 10110000 | 1110100 | 1101100 | 0 | 100010 | 100111 | 11111 | 111 | 11110 | 111000 |
Color Harmonies of #B0746C
Complementary color
Monochromatic Colors of #B0746C
Black with #B0746C
Text Example
Text Example
White with #B0746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0746C; }
p { color: rgb(176,116,108); }
H1.HeaderClassName
{
color: #B0746C;
}
.AnyTagClassName
{
color: #B0746C;
}
</style>
background-color css
<style>
a { background-color: #B0746C; }
a { background-color: rgb(176,116,108); }
div.DivClassName
{
background-color: #B0746C;
}
.BgClassName
{
background-color: #B0746C;
}
</style>
border-color css
<style>
span { border-color: #B0746C; }
span { border-color: rgb(176,116,108); }
td.TdClassName
{
border-color: #B0746C;
}
.TagClassName
{
border-color: #B0746C;
}
</style>