#BE7850

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

Shades of Red Damask #BE7850

Tints of Red Damask #BE7850

Color information

#BE7850 (or 0xBE7850) is unknown color: approx Red Damask. HEX triplet: BE, 78 and 50. RGB value is (190,120,80). Sum of RGB (Red+Green+Blue) = 190+120+80=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7850 is #4187AF. Grayscale: #888888. Windows color (decimal): -4294576 or 5273790. OLE color: 5273790.

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

Color convert

RGB19012080-
CMYK00.370.580.25
HSL21.82º45.83%52.94%-
HSV(B)21.82º57.89%74.51%-
XYZ29.424.9610.86-
YUV136.3796.19166.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=48.72%
G=30.77%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901208000.370.580.2521.8245.8352.94
HexBE78500253A19162e35
Octal2761701200457231265665
Binary101111101111000101000001001011110101100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7850; }

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

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

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

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

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

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

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

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