#BF7553

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

Shades of Red Damask #BF7553

Tints of Red Damask #BF7553

Color information

#BF7553 (or 0xBF7553) is unknown color: approx Red Damask. HEX triplet: BF, 75 and 53. RGB value is (191,117,83). Sum of RGB (Red+Green+Blue) = 191+117+83=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7553 is #408AAC. Grayscale: #878787. Windows color (decimal): -4229805 or 5469631. OLE color: 5469631.

HSL color Cylindrical-coordinate representation of color #BF7553: hue angle of 18.89º 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 #BF7553 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19111783-
CMYK00.390.570.25
HSL18.89º45.76%53.73%-
HSV(B)18.89º56.54%74.9%-
XYZ29.4124.4211.35-
YUV135.2598.52167.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=48.85%
G=29.92%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911178300.390.570.2518.8945.7653.73
HexBF75530273919132e36
Octal2771651230477131235666
Binary101111111110101101001101001111110011100110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7553; }

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

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

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

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

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

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

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

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