#be6f4d

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

Shades of Red Damask #BE6F4D

Tints of Red Damask #BE6F4D

Color information

#BE6F4D (or 0xBE6F4D) is unknown color: approx Red Damask. HEX triplet: BE, 6F and 4D. RGB value is (190,111,77). Sum of RGB (Red+Green+Blue) = 190+111+77=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F4D is #4190B2. Grayscale: #828282. Windows color (decimal): -4296883 or 5074878. OLE color: 5074878.

HSL color Cylindrical-coordinate representation of color #BE6F4D: hue angle of 18.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE6F4D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19011177-
CMYK00.420.590.25
HSL18.05º46.5%52.35%-
HSV(B)18.05º59.47%74.51%-
XYZ28.2622.859.94-
YUV130.7497.67170.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=50.26%
G=29.37%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901117700.420.590.2518.0546.552.35
HexBE6F4D02A3B19122f34
Octal2761571150527331225764
Binary101111101101111100110101010101110111100110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6f4d; }

 p { color: rgb(190,111,77); }

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

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

 a { background-color: rgb(190,111,77); }

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

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

 span { border-color: rgb(190,111,77); }

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