#BE7753

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

Shades of Red Damask #BE7753

Tints of Red Damask #BE7753

Color information

#BE7753 (or 0xBE7753) is unknown color: approx Red Damask. HEX triplet: BE, 77 and 53. RGB value is (190,119,83). Sum of RGB (Red+Green+Blue) = 190+119+83=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7753 is #4188AC. Grayscale: #888888. Windows color (decimal): -4294829 or 5470142. OLE color: 5470142.

HSL color Cylindrical-coordinate representation of color #BE7753: hue angle of 20.19º 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 #BE7753 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19011983-
CMYK00.370.560.25
HSL20.19º45.15%53.53%-
HSV(B)20.19º56.32%74.51%-
XYZ29.3924.7711.41-
YUV136.1298.02166.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 83 (32.81% from 255) = 21.17%
R=48.47%
G=30.36%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901198300.370.560.2520.1945.1553.53
HexBE77530253819142d36
Octal2761671230457031245566
Binary101111101110111101001101001011110001100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7753; }

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

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

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

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

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

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

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

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