Shades of Red Damask #BD6B4B
Tints of Red Damask #BD6B4B
RGB
CMYK
RGB Variations
Color information
#BD6B4B (or 0xBD6B4B) is known color: Red Damask. HEX triplet: BD, 6B and 4B. RGB value is (189,107,75). Sum of RGB (Red+Green+Blue) = 189+107+75=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B4B is #4294B4. Grayscale: #808080. Windows color (decimal): -4363445 or 4942781. OLE color: 4942781.
HSL color Cylindrical-coordinate representation of color #BD6B4B: hue angle of 16.84º 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 #BD6B4B is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 75 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.26 |
| HSL | 16.84º | 0.46% | 0.52% | - |
| HSV(B) | 16.84º | 0.6% | 0.74% | - |
| XYZ | 27.51 | 21.84 | 9.42 | - |
| YUV | 127.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 75 | 0 | 0.43 | 0.60 | 0.26 | 16.84 | 0.46 | 0.52 |
| Hex | BD | 6B | 4B | 0 | 2B | 3C | 1A | 11 | 2E | 34 |
| Octal | 275 | 153 | 113 | 0 | 53 | 74 | 32 | 21 | 56 | 64 |
| Binary | 10111101 | 1101011 | 1001011 | 0 | 101011 | 111100 | 11010 | 10001 | 101110 | 110100 |
Color Harmonies of #BD6B4B
Complementary color
Monochromatic Colors of #BD6B4B
Black with #BD6B4B
Text Example
Text Example
White with #BD6B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B4B; }
p { color: rgb(189,107,75); }
H1.HeaderClassName
{
color: #BD6B4B;
}
.AnyTagClassName
{
color: #BD6B4B;
}
</style>
background-color css
<style>
a { background-color: #BD6B4B; }
a { background-color: rgb(189,107,75); }
div.DivClassName
{
background-color: #BD6B4B;
}
.BgClassName
{
background-color: #BD6B4B;
}
</style>
border-color css
<style>
span { border-color: #BD6B4B; }
span { border-color: rgb(189,107,75); }
td.TdClassName
{
border-color: #BD6B4B;
}
.TagClassName
{
border-color: #BD6B4B;
}
</style>