Shades of Red Damask #BB6D52
Tints of Red Damask #BB6D52
RGB
CMYK
RGB Variations
Color information
#BB6D52 (or 0xBB6D52) is known color: Red Damask. HEX triplet: BB, 6D and 52. RGB value is (187,109,82). Sum of RGB (Red+Green+Blue) = 187+109+82=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D52 is #4492AD. Grayscale: #818181. Windows color (decimal): -4493998 or 5402043. OLE color: 5402043.
HSL color Cylindrical-coordinate representation of color #BB6D52: hue angle of 15.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6D52 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 82 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.27 |
| HSL | 15.43º | 0.44% | 0.53% | - |
| HSV(B) | 15.43º | 0.56% | 0.73% | - |
| XYZ | 27.49 | 22.11 | 10.8 | - |
| YUV | 129.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 82 | 0 | 0.42 | 0.56 | 0.27 | 15.43 | 0.44 | 0.53 |
| Hex | BB | 6D | 52 | 0 | 2A | 38 | 1B | F | 2C | 35 |
| Octal | 273 | 155 | 122 | 0 | 52 | 70 | 33 | 17 | 54 | 65 |
| Binary | 10111011 | 1101101 | 1010010 | 0 | 101010 | 111000 | 11011 | 1111 | 101100 | 110101 |
Color Harmonies of #BB6D52
Complementary color
Monochromatic Colors of #BB6D52
Black with #BB6D52
Text Example
Text Example
White with #BB6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D52; }
p { color: rgb(187,109,82); }
H1.HeaderClassName
{
color: #BB6D52;
}
.AnyTagClassName
{
color: #BB6D52;
}
</style>
background-color css
<style>
a { background-color: #BB6D52; }
a { background-color: rgb(187,109,82); }
div.DivClassName
{
background-color: #BB6D52;
}
.BgClassName
{
background-color: #BB6D52;
}
</style>
border-color css
<style>
span { border-color: #BB6D52; }
span { border-color: rgb(187,109,82); }
td.TdClassName
{
border-color: #BB6D52;
}
.TagClassName
{
border-color: #BB6D52;
}
</style>