#BE724E

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

Shades of Red Damask #BE724E

Tints of Red Damask #BE724E

Color information

#BE724E (or 0xBE724E) is unknown color: approx Red Damask. HEX triplet: BE, 72 and 4E. RGB value is (190,114,78). Sum of RGB (Red+Green+Blue) = 190+114+78=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE724E is #418DB1. Grayscale: #848484. Windows color (decimal): -4296114 or 5141182. OLE color: 5141182.

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

Color convert

RGB19011478-
CMYK00.400.590.25
HSL19.29º46.28%52.55%-
HSV(B)19.29º58.95%74.51%-
XYZ28.6323.5310.24-
YUV132.6297.18168.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=49.74%
G=29.84%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901147800.400.590.2519.2946.2852.55
HexBE724E0283B19132e35
Octal2761621160507331235665
Binary101111101110010100111001010001110111100110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE724E; }

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

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

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

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

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

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

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

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