#BE6B4C

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

Shades of Red Damask #BE6B4C

Tints of Red Damask #BE6B4C

Color information

#BE6B4C (or 0xBE6B4C) is unknown color: approx Red Damask. HEX triplet: BE, 6B and 4C. RGB value is (190,107,76). Sum of RGB (Red+Green+Blue) = 190+107+76=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B4C is #4194B3. Grayscale: #808080. Windows color (decimal): -4297908 or 5008318. OLE color: 5008318.

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

Color convert

RGB19010776-
CMYK00.440.600.25
HSL16.32º46.72%52.16%-
HSV(B)16.32º60%74.51%-
XYZ27.821.989.62-
YUV128.2898.5172.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=50.94%
G=28.69%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901077600.440.600.2516.3246.7252.16
HexBE6B4C02C3C19102f34
Octal2761531140547431205764
Binary101111101101011100110001011001111001100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B4C; }

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

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

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

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

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

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

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

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