Shades of Red Damask #BD7255
Tints of Red Damask #BD7255
RGB
CMYK
RGB Variations
Color information
#BD7255 (or 0xBD7255) is known color: Red Damask. HEX triplet: BD, 72 and 55. RGB value is (189,114,85). Sum of RGB (Red+Green+Blue) = 189+114+85=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7255 is #428DAA. Grayscale: #858585. Windows color (decimal): -4361643 or 5599933. OLE color: 5599933.
HSL color Cylindrical-coordinate representation of color #BD7255: hue angle of 16.73º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD7255 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 85 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.26 |
| HSL | 16.73º | 0.44% | 0.54% | - |
| HSV(B) | 16.73º | 0.55% | 0.74% | - |
| XYZ | 28.64 | 23.51 | 11.62 | - |
| YUV | 133.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 85 | 0 | 0.40 | 0.55 | 0.26 | 16.73 | 0.44 | 0.54 |
| Hex | BD | 72 | 55 | 0 | 28 | 37 | 1A | 11 | 2C | 36 |
| Octal | 275 | 162 | 125 | 0 | 50 | 67 | 32 | 21 | 54 | 66 |
| Binary | 10111101 | 1110010 | 1010101 | 0 | 101000 | 110111 | 11010 | 10001 | 101100 | 110110 |
Color Harmonies of #BD7255
Complementary color
Monochromatic Colors of #BD7255
Black with #BD7255
Text Example
Text Example
White with #BD7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7255; }
p { color: rgb(189,114,85); }
H1.HeaderClassName
{
color: #BD7255;
}
.AnyTagClassName
{
color: #BD7255;
}
</style>
background-color css
<style>
a { background-color: #BD7255; }
a { background-color: rgb(189,114,85); }
div.DivClassName
{
background-color: #BD7255;
}
.BgClassName
{
background-color: #BD7255;
}
</style>
border-color css
<style>
span { border-color: #BD7255; }
span { border-color: rgb(189,114,85); }
td.TdClassName
{
border-color: #BD7255;
}
.TagClassName
{
border-color: #BD7255;
}
</style>