Shades of Red Damask #BB734F
Tints of Red Damask #BB734F
RGB
CMYK
RGB Variations
Color information
#BB734F (or 0xBB734F) is known color: Red Damask. HEX triplet: BB, 73 and 4F. RGB value is (187,115,79). Sum of RGB (Red+Green+Blue) = 187+115+79=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB734F is #448CB0. Grayscale: #848484. Windows color (decimal): -4492465 or 5206971. OLE color: 5206971.
HSL color Cylindrical-coordinate representation of color #BB734F: hue angle of 20º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB734F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 79 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.27 |
| HSL | 20º | 0.44% | 0.52% | - |
| HSV(B) | 20º | 0.58% | 0.73% | - |
| XYZ | 28.04 | 23.39 | 10.43 | - |
| YUV | 132.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 79 | 0 | 0.39 | 0.58 | 0.27 | 20 | 0.44 | 0.52 |
| Hex | BB | 73 | 4F | 0 | 27 | 3A | 1B | 14 | 2C | 34 |
| Octal | 273 | 163 | 117 | 0 | 47 | 72 | 33 | 24 | 54 | 64 |
| Binary | 10111011 | 1110011 | 1001111 | 0 | 100111 | 111010 | 11011 | 10100 | 101100 | 110100 |
Color Harmonies of #BB734F
Complementary color
Monochromatic Colors of #BB734F
Black with #BB734F
Text Example
Text Example
White with #BB734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB734F; }
p { color: rgb(187,115,79); }
H1.HeaderClassName
{
color: #BB734F;
}
.AnyTagClassName
{
color: #BB734F;
}
</style>
background-color css
<style>
a { background-color: #BB734F; }
a { background-color: rgb(187,115,79); }
div.DivClassName
{
background-color: #BB734F;
}
.BgClassName
{
background-color: #BB734F;
}
</style>
border-color css
<style>
span { border-color: #BB734F; }
span { border-color: rgb(187,115,79); }
td.TdClassName
{
border-color: #BB734F;
}
.TagClassName
{
border-color: #BB734F;
}
</style>