#BE724C

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

Shades of Red Damask #BE724C

Tints of Red Damask #BE724C

Color information

#BE724C (or 0xBE724C) is unknown color: approx Red Damask. HEX triplet: BE, 72 and 4C. RGB value is (190,114,76). Sum of RGB (Red+Green+Blue) = 190+114+76=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE724C is #418DB3. Grayscale: #848484. Windows color (decimal): -4296116 or 5010110. OLE color: 5010110.

HSL color Cylindrical-coordinate representation of color #BE724C: hue angle of 20º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE724C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19011476-
CMYK00.400.600.25
HSL20º46.72%52.16%-
HSV(B)20º60%74.51%-
XYZ28.5623.59.87-
YUV132.3996.18169.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 76 (30.08% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901147600.400.600.252046.7252.16
HexBE724C0283C19142f34
Octal2761621140507431245764
Binary101111101110010100110001010001111001100110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE724C; }

 p { color: rgb(190,114,76); }

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

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

 a { background-color: rgb(190,114,76); }

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

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

 span { border-color: rgb(190,114,76); }

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