#BE7148

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

Shades of Red Damask #BE7148

Tints of Red Damask #BE7148

Color information

#BE7148 (or 0xBE7148) is unknown color: approx Red Damask. HEX triplet: BE, 71 and 48. RGB value is (190,113,72). Sum of RGB (Red+Green+Blue) = 190+113+72=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7148 is #418EB7. Grayscale: #838383. Windows color (decimal): -4296376 or 4747710. OLE color: 4747710.

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

Color convert

RGB19011372-
CMYK00.410.620.25
HSL20.85º47.58%51.37%-
HSV(B)20.85º62.11%74.51%-
XYZ28.3123.239.12-
YUV131.3594.51169.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=50.67%
G=30.13%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901137200.410.620.2520.8547.5851.37
HexBE71480293E19153033
Octal2761611100517631256063
Binary101111101110001100100001010011111101100110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7148; }

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

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

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

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

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

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

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

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