#BE6B4E

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

Shades of Red Damask #BE6B4E

Tints of Red Damask #BE6B4E

Color information

#BE6B4E (or 0xBE6B4E) is unknown color: approx Red Damask. HEX triplet: BE, 6B and 4E. RGB value is (190,107,78). Sum of RGB (Red+Green+Blue) = 190+107+78=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B4E is #4194B1. Grayscale: #808080. Windows color (decimal): -4297906 or 5139390. OLE color: 5139390.

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

Color convert

RGB19010778-
CMYK00.440.590.25
HSL15.54º46.28%52.55%-
HSV(B)15.54º58.95%74.51%-
XYZ27.8722.019.99-
YUV128.5199.5171.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=50.67%
G=28.53%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901077800.440.590.2515.5446.2852.55
HexBE6B4E02C3B19102e35
Octal2761531160547331205665
Binary101111101101011100111001011001110111100110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B4E; }

 p { color: rgb(190,107,78); }

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

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

 a { background-color: rgb(190,107,78); }

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

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

 span { border-color: rgb(190,107,78); }

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