Shades of Red Damask #BF754B
Tints of Red Damask #BF754B
RGB
CMYK
RGB Variations
Color information
#BF754B (or 0xBF754B) is known color: Red Damask. HEX triplet: BF, 75 and 4B. RGB value is (191,117,75). Sum of RGB (Red+Green+Blue) = 191+117+75=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF754B is #408AB4. Grayscale: #868686. Windows color (decimal): -4229813 or 4945343. OLE color: 4945343.
HSL color Cylindrical-coordinate representation of color #BF754B: hue angle of 21.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF754B is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 75 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.25 |
| HSL | 21.72º | 0.48% | 0.52% | - |
| HSV(B) | 21.72º | 0.61% | 0.75% | - |
| XYZ | 29.12 | 24.31 | 9.81 | - |
| YUV | 134.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 75 | 0 | 0.39 | 0.61 | 0.25 | 21.72 | 0.48 | 0.52 |
| Hex | BF | 75 | 4B | 0 | 27 | 3D | 19 | 16 | 30 | 34 |
| Octal | 277 | 165 | 113 | 0 | 47 | 75 | 31 | 26 | 60 | 64 |
| Binary | 10111111 | 1110101 | 1001011 | 0 | 100111 | 111101 | 11001 | 10110 | 110000 | 110100 |
Color Harmonies of #BF754B
Complementary color
Monochromatic Colors of #BF754B
Black with #BF754B
Text Example
Text Example
White with #BF754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF754B; }
p { color: rgb(191,117,75); }
H1.HeaderClassName
{
color: #BF754B;
}
.AnyTagClassName
{
color: #BF754B;
}
</style>
background-color css
<style>
a { background-color: #BF754B; }
a { background-color: rgb(191,117,75); }
div.DivClassName
{
background-color: #BF754B;
}
.BgClassName
{
background-color: #BF754B;
}
</style>
border-color css
<style>
span { border-color: #BF754B; }
span { border-color: rgb(191,117,75); }
td.TdClassName
{
border-color: #BF754B;
}
.TagClassName
{
border-color: #BF754B;
}
</style>