#BE7A53

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

Shades of Red Damask #BE7A53

Tints of Red Damask #BE7A53

Color information

#BE7A53 (or 0xBE7A53) is unknown color: approx Red Damask. HEX triplet: BE, 7A and 53. RGB value is (190,122,83). Sum of RGB (Red+Green+Blue) = 190+122+83=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A53 is #4185AC. Grayscale: #8A8A8A. Windows color (decimal): -4294061 or 5470910. OLE color: 5470910.

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

Color convert

RGB19012283-
CMYK00.360.560.25
HSL21.87º45.15%53.53%-
HSV(B)21.87º56.32%74.51%-
XYZ29.7625.4911.54-
YUV137.8997.03165.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=48.10%
G=30.89%
B=21.01%

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
Decimal1901228300.360.560.2521.8745.1553.53
HexBE7A530243819162d36
Octal2761721230447031265566
Binary101111101111010101001101001001110001100110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A53; }

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

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

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

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

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

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

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

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