#BF7153

Color #BF7153 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #BF7153

Tints of Red Damask #BF7153

Color information

#BF7153 (or 0xBF7153) is unknown color: approx Red Damask. HEX triplet: BF, 71 and 53. RGB value is (191,113,83). Sum of RGB (Red+Green+Blue) = 191+113+83=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7153 is #408EAC. Grayscale: #858585. Windows color (decimal): -4230829 or 5468607. OLE color: 5468607.

HSL color Cylindrical-coordinate representation of color #BF7153: hue angle of 16.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF7153 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19111383-
CMYK00.410.570.25
HSL16.67º45.76%53.73%-
HSV(B)16.67º56.54%74.9%-
XYZ28.9523.5111.2-
YUV132.999.84169.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 83 (32.81% from 255) = 21.45%
R=49.35%
G=29.20%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911138300.410.570.2516.6745.7653.73
HexBF71530293919112e36
Octal2771611230517131215666
Binary101111111110001101001101010011110011100110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7153; }

 p { color: rgb(191,113,83); }

 H1.HeaderClassName
 {
   color: #BF7153;
 }
 .AnyTagClassName
 {
   color: #BF7153;
 }
</style>
background-color css

<style>
 a { background-color: #BF7153; }

 a { background-color: rgb(191,113,83); }

 div.DivClassName
 {
   background-color: #BF7153;
 }
 .BgClassName
 {
   background-color: #BF7153;
 }
</style>
border-color css

<style>
 span { border-color: #BF7153; }

 span { border-color: rgb(191,113,83); }

 td.TdClassName
 {
   border-color: #BF7153;
 }
 .TagClassName
 {
   border-color: #BF7153;
 }
</style>