#BE7353

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

Shades of Red Damask #BE7353

Tints of Red Damask #BE7353

Color information

#BE7353 (or 0xBE7353) is unknown color: approx Red Damask. HEX triplet: BE, 73 and 53. RGB value is (190,115,83). Sum of RGB (Red+Green+Blue) = 190+115+83=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7353 is #418CAC. Grayscale: #858585. Windows color (decimal): -4295853 or 5469118. OLE color: 5469118.

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

Color convert

RGB19011583-
CMYK00.390.560.25
HSL17.94º45.15%53.53%-
HSV(B)17.94º56.32%74.51%-
XYZ28.9323.8311.26-
YUV133.7899.35168.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=48.97%
G=29.64%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901158300.390.560.2517.9445.1553.53
HexBE73530273819122d36
Octal2761631230477031225566
Binary101111101110011101001101001111110001100110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7353; }

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

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

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

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

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

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

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

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