Shades of Red Damask #BB714B
Tints of Red Damask #BB714B
RGB
CMYK
RGB Variations
Color information
#BB714B (or 0xBB714B) is known color: Red Damask. HEX triplet: BB, 71 and 4B. RGB value is (187,113,75). Sum of RGB (Red+Green+Blue) = 187+113+75=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB714B is #448EB4. Grayscale: #838383. Windows color (decimal): -4492981 or 4944315. OLE color: 4944315.
HSL color Cylindrical-coordinate representation of color #BB714B: hue angle of 20.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB714B is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 75 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.27 |
| HSL | 20.36º | 0.45% | 0.51% | - |
| HSV(B) | 20.36º | 0.6% | 0.73% | - |
| XYZ | 27.67 | 22.88 | 9.62 | - |
| YUV | 130.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 75 | 0 | 0.40 | 0.60 | 0.27 | 20.36 | 0.45 | 0.51 |
| Hex | BB | 71 | 4B | 0 | 28 | 3C | 1B | 14 | 2D | 33 |
| Octal | 273 | 161 | 113 | 0 | 50 | 74 | 33 | 24 | 55 | 63 |
| Binary | 10111011 | 1110001 | 1001011 | 0 | 101000 | 111100 | 11011 | 10100 | 101101 | 110011 |
Color Harmonies of #BB714B
Complementary color
Monochromatic Colors of #BB714B
Black with #BB714B
Text Example
Text Example
White with #BB714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB714B; }
p { color: rgb(187,113,75); }
H1.HeaderClassName
{
color: #BB714B;
}
.AnyTagClassName
{
color: #BB714B;
}
</style>
background-color css
<style>
a { background-color: #BB714B; }
a { background-color: rgb(187,113,75); }
div.DivClassName
{
background-color: #BB714B;
}
.BgClassName
{
background-color: #BB714B;
}
</style>
border-color css
<style>
span { border-color: #BB714B; }
span { border-color: rgb(187,113,75); }
td.TdClassName
{
border-color: #BB714B;
}
.TagClassName
{
border-color: #BB714B;
}
</style>