#BE7553

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

Shades of Red Damask #BE7553

Tints of Red Damask #BE7553

Color information

#BE7553 (or 0xBE7553) is unknown color: approx Red Damask. HEX triplet: BE, 75 and 53. RGB value is (190,117,83). Sum of RGB (Red+Green+Blue) = 190+117+83=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7553 is #418AAC. Grayscale: #878787. Windows color (decimal): -4295341 or 5469630. OLE color: 5469630.

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

Color convert

RGB19011783-
CMYK00.380.560.25
HSL19.07º45.15%53.53%-
HSV(B)19.07º56.32%74.51%-
XYZ29.1624.2911.34-
YUV134.9598.68167.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=48.72%
G=30%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901178300.380.560.2519.0745.1553.53
HexBE75530263819132d36
Octal2761651230467031235566
Binary101111101110101101001101001101110001100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7553; }

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

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

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

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

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

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

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

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