#BE744A

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

Shades of Red Damask #BE744A

Tints of Red Damask #BE744A

Color information

#BE744A (or 0xBE744A) is unknown color: approx Red Damask. HEX triplet: BE, 74 and 4A. RGB value is (190,116,74). Sum of RGB (Red+Green+Blue) = 190+116+74=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE744A is #418BB5. Grayscale: #858585. Windows color (decimal): -4295606 or 4879550. OLE color: 4879550.

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

Color convert

RGB19011674-
CMYK00.390.610.25
HSL21.72º47.15%51.76%-
HSV(B)21.72º61.05%74.51%-
XYZ28.7223.939.58-
YUV133.3494.52168.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=50%
G=30.53%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901167400.390.610.2521.7247.1551.76
HexBE744A0273D19162f34
Octal2761641120477531265764
Binary101111101110100100101001001111111011100110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE744A; }

 p { color: rgb(190,116,74); }

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

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

 a { background-color: rgb(190,116,74); }

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

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

 span { border-color: rgb(190,116,74); }

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