Shades of Red Damask #BD6F4B
Tints of Red Damask #BD6F4B
RGB
CMYK
RGB Variations
Color information
#BD6F4B (or 0xBD6F4B) is known color: Red Damask. HEX triplet: BD, 6F and 4B. RGB value is (189,111,75). Sum of RGB (Red+Green+Blue) = 189+111+75=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F4B is #4290B4. Grayscale: #828282. Windows color (decimal): -4362421 or 4943805. OLE color: 4943805.
HSL color Cylindrical-coordinate representation of color #BD6F4B: hue angle of 18.95º 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 #BD6F4B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 75 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.26 |
| HSL | 18.95º | 0.46% | 0.52% | - |
| HSV(B) | 18.95º | 0.6% | 0.74% | - |
| XYZ | 27.94 | 22.7 | 9.56 | - |
| YUV | 130.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 75 | 0 | 0.41 | 0.60 | 0.26 | 18.95 | 0.46 | 0.52 |
| Hex | BD | 6F | 4B | 0 | 29 | 3C | 1A | 13 | 2E | 34 |
| Octal | 275 | 157 | 113 | 0 | 51 | 74 | 32 | 23 | 56 | 64 |
| Binary | 10111101 | 1101111 | 1001011 | 0 | 101001 | 111100 | 11010 | 10011 | 101110 | 110100 |
Color Harmonies of #BD6F4B
Complementary color
Monochromatic Colors of #BD6F4B
Black with #BD6F4B
Text Example
Text Example
White with #BD6F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F4B; }
p { color: rgb(189,111,75); }
H1.HeaderClassName
{
color: #BD6F4B;
}
.AnyTagClassName
{
color: #BD6F4B;
}
</style>
background-color css
<style>
a { background-color: #BD6F4B; }
a { background-color: rgb(189,111,75); }
div.DivClassName
{
background-color: #BD6F4B;
}
.BgClassName
{
background-color: #BD6F4B;
}
</style>
border-color css
<style>
span { border-color: #BD6F4B; }
span { border-color: rgb(189,111,75); }
td.TdClassName
{
border-color: #BD6F4B;
}
.TagClassName
{
border-color: #BD6F4B;
}
</style>