#BE6B4D

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

Shades of Red Damask #BE6B4D

Tints of Red Damask #BE6B4D

Color information

#BE6B4D (or 0xBE6B4D) is unknown color: approx Red Damask. HEX triplet: BE, 6B and 4D. RGB value is (190,107,77). Sum of RGB (Red+Green+Blue) = 190+107+77=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B4D is #4194B2. Grayscale: #808080. Windows color (decimal): -4297907 or 5073854. OLE color: 5073854.

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

Color convert

RGB19010777-
CMYK00.440.590.25
HSL15.93º46.5%52.35%-
HSV(B)15.93º59.47%74.51%-
XYZ27.83229.8-
YUV128.499171.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=50.80%
G=28.61%
B=20.59%

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
Decimal1901077700.440.590.2515.9346.552.35
HexBE6B4D02C3B19102f34
Octal2761531150547331205764
Binary101111101101011100110101011001110111100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B4D; }

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

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

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

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

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

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

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

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