Shades of Red Damask #BD754C
Tints of Red Damask #BD754C
RGB
CMYK
RGB Variations
Color information
#BD754C (or 0xBD754C) is known color: Red Damask. HEX triplet: BD, 75 and 4C. RGB value is (189,117,76). Sum of RGB (Red+Green+Blue) = 189+117+76=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD754C is #428AB3. Grayscale: #868686. Windows color (decimal): -4360884 or 5010877. OLE color: 5010877.
HSL color Cylindrical-coordinate representation of color #BD754C: hue angle of 21.77º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD754C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 76 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.26 |
| HSL | 21.77º | 0.46% | 0.52% | - |
| HSV(B) | 21.77º | 0.6% | 0.74% | - |
| XYZ | 28.65 | 24.06 | 9.97 | - |
| YUV | 133.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 76 | 0 | 0.38 | 0.60 | 0.26 | 21.77 | 0.46 | 0.52 |
| Hex | BD | 75 | 4C | 0 | 26 | 3C | 1A | 16 | 2E | 34 |
| Octal | 275 | 165 | 114 | 0 | 46 | 74 | 32 | 26 | 56 | 64 |
| Binary | 10111101 | 1110101 | 1001100 | 0 | 100110 | 111100 | 11010 | 10110 | 101110 | 110100 |
Color Harmonies of #BD754C
Complementary color
Monochromatic Colors of #BD754C
Black with #BD754C
Text Example
Text Example
White with #BD754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD754C; }
p { color: rgb(189,117,76); }
H1.HeaderClassName
{
color: #BD754C;
}
.AnyTagClassName
{
color: #BD754C;
}
</style>
background-color css
<style>
a { background-color: #BD754C; }
a { background-color: rgb(189,117,76); }
div.DivClassName
{
background-color: #BD754C;
}
.BgClassName
{
background-color: #BD754C;
}
</style>
border-color css
<style>
span { border-color: #BD754C; }
span { border-color: rgb(189,117,76); }
td.TdClassName
{
border-color: #BD754C;
}
.TagClassName
{
border-color: #BD754C;
}
</style>