#BE7452

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

Shades of Red Damask #BE7452

Tints of Red Damask #BE7452

Color information

#BE7452 (or 0xBE7452) is unknown color: approx Red Damask. HEX triplet: BE, 74 and 52. RGB value is (190,116,82). Sum of RGB (Red+Green+Blue) = 190+116+82=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7452 is #418BAD. Grayscale: #868686. Windows color (decimal): -4295598 or 5403838. OLE color: 5403838.

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

Color convert

RGB19011682-
CMYK00.390.570.25
HSL18.89º45.38%53.33%-
HSV(B)18.89º56.84%74.51%-
XYZ2924.0511.1-
YUV134.2598.52167.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=48.97%
G=29.90%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901168200.390.570.2518.8945.3853.33
HexBE74520273919132d35
Octal2761641220477131235565
Binary101111101110100101001001001111110011100110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7452; }

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

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

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

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

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

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

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

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