Shades of Red Damask #BD744B
Tints of Red Damask #BD744B
RGB
CMYK
RGB Variations
Color information
#BD744B (or 0xBD744B) is known color: Red Damask. HEX triplet: BD, 74 and 4B. RGB value is (189,116,75). Sum of RGB (Red+Green+Blue) = 189+116+75=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD744B is #428BB4. Grayscale: #858585. Windows color (decimal): -4361141 or 4945085. OLE color: 4945085.
HSL color Cylindrical-coordinate representation of color #BD744B: hue angle of 21.58º 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 #BD744B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 75 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.26 |
| HSL | 21.58º | 0.46% | 0.52% | - |
| HSV(B) | 21.58º | 0.6% | 0.74% | - |
| XYZ | 28.5 | 23.82 | 9.75 | - |
| YUV | 133.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 75 | 0 | 0.39 | 0.60 | 0.26 | 21.58 | 0.46 | 0.52 |
| Hex | BD | 74 | 4B | 0 | 27 | 3C | 1A | 16 | 2E | 34 |
| Octal | 275 | 164 | 113 | 0 | 47 | 74 | 32 | 26 | 56 | 64 |
| Binary | 10111101 | 1110100 | 1001011 | 0 | 100111 | 111100 | 11010 | 10110 | 101110 | 110100 |
Color Harmonies of #BD744B
Complementary color
Monochromatic Colors of #BD744B
Black with #BD744B
Text Example
Text Example
White with #BD744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD744B; }
p { color: rgb(189,116,75); }
H1.HeaderClassName
{
color: #BD744B;
}
.AnyTagClassName
{
color: #BD744B;
}
</style>
background-color css
<style>
a { background-color: #BD744B; }
a { background-color: rgb(189,116,75); }
div.DivClassName
{
background-color: #BD744B;
}
.BgClassName
{
background-color: #BD744B;
}
</style>
border-color css
<style>
span { border-color: #BD744B; }
span { border-color: rgb(189,116,75); }
td.TdClassName
{
border-color: #BD744B;
}
.TagClassName
{
border-color: #BD744B;
}
</style>