#BE7953

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

Shades of Red Damask #BE7953

Tints of Red Damask #BE7953

Color information

#BE7953 (or 0xBE7953) is unknown color: approx Red Damask. HEX triplet: BE, 79 and 53. RGB value is (190,121,83). Sum of RGB (Red+Green+Blue) = 190+121+83=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7953 is #4186AC. Grayscale: #898989. Windows color (decimal): -4294317 or 5470654. OLE color: 5470654.

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

Color convert

RGB19012183-
CMYK00.360.560.25
HSL21.31º45.15%53.53%-
HSV(B)21.31º56.32%74.51%-
XYZ29.6325.2511.49-
YUV137.397.36165.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=48.22%
G=30.71%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901218300.360.560.2521.3145.1553.53
HexBE79530243819152d36
Octal2761711230447031255566
Binary101111101111001101001101001001110001100110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7953; }

 p { color: rgb(190,121,83); }

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

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

 a { background-color: rgb(190,121,83); }

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

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

 span { border-color: rgb(190,121,83); }

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