#BE7350

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

Shades of Red Damask #BE7350

Tints of Red Damask #BE7350

Color information

#BE7350 (or 0xBE7350) is unknown color: approx Red Damask. HEX triplet: BE, 73 and 50. RGB value is (190,115,80). Sum of RGB (Red+Green+Blue) = 190+115+80=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7350 is #418CAF. Grayscale: #858585. Windows color (decimal): -4295856 or 5272510. OLE color: 5272510.

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

Color convert

RGB19011580-
CMYK00.390.580.25
HSL19.09º45.83%52.94%-
HSV(B)19.09º57.89%74.51%-
XYZ28.8123.7910.66-
YUV133.4497.85168.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=49.35%
G=29.87%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901158000.390.580.2519.0945.8352.94
HexBE73500273A19132e35
Octal2761631200477231235665
Binary101111101110011101000001001111110101100110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7350; }

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

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

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

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

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

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

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

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