#BE7152

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

Shades of Red Damask #BE7152

Tints of Red Damask #BE7152

Color information

#BE7152 (or 0xBE7152) is unknown color: approx Red Damask. HEX triplet: BE, 71 and 52. RGB value is (190,113,82). Sum of RGB (Red+Green+Blue) = 190+113+82=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7152 is #418EAD. Grayscale: #848484. Windows color (decimal): -4296366 or 5403070. OLE color: 5403070.

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

Color convert

RGB19011382-
CMYK00.410.570.25
HSL17.22º45.38%53.33%-
HSV(B)17.22º56.84%74.51%-
XYZ28.6623.3710.98-
YUV132.4999.51169.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=49.35%
G=29.35%
B=21.30%

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
Decimal1901138200.410.570.2517.2245.3853.33
HexBE71520293919112d35
Octal2761611220517131215565
Binary101111101110001101001001010011110011100110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7152; }

 p { color: rgb(190,113,82); }

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

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

 a { background-color: rgb(190,113,82); }

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

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

 span { border-color: rgb(190,113,82); }

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