#BE7951

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

Shades of Red Damask #BE7951

Tints of Red Damask #BE7951

Color information

#BE7951 (or 0xBE7951) is unknown color: approx Red Damask. HEX triplet: BE, 79 and 51. RGB value is (190,121,81). Sum of RGB (Red+Green+Blue) = 190+121+81=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7951 is #4186AE. Grayscale: #898989. Windows color (decimal): -4294319 or 5339582. OLE color: 5339582.

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

Color convert

RGB19012181-
CMYK00.360.570.25
HSL22.02º45.61%53.14%-
HSV(B)22.02º57.37%74.51%-
XYZ29.5625.2211.09-
YUV137.0796.36165.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=48.47%
G=30.87%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901218100.360.570.2522.0245.6153.14
HexBE79510243919162e35
Octal2761711210447131265665
Binary101111101111001101000101001001110011100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7951; }

 p { color: rgb(190,121,81); }

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

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

 a { background-color: rgb(190,121,81); }

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

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

 span { border-color: rgb(190,121,81); }

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