#BE734D

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

Shades of Red Damask #BE734D

Tints of Red Damask #BE734D

Color information

#BE734D (or 0xBE734D) is unknown color: approx Red Damask. HEX triplet: BE, 73 and 4D. RGB value is (190,115,77). Sum of RGB (Red+Green+Blue) = 190+115+77=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE734D is #418CB2. Grayscale: #858585. Windows color (decimal): -4295859 or 5075902. OLE color: 5075902.

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

Color convert

RGB19011577-
CMYK00.390.590.25
HSL20.18º46.5%52.35%-
HSV(B)20.18º59.47%74.51%-
XYZ28.7123.7410.09-
YUV133.0996.35168.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=49.74%
G=30.10%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901157700.390.590.2520.1846.552.35
HexBE734D0273B19142f34
Octal2761631150477331245764
Binary101111101110011100110101001111110111100110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE734D; }

 p { color: rgb(190,115,77); }

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

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

 a { background-color: rgb(190,115,77); }

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

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

 span { border-color: rgb(190,115,77); }

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