#BE6843

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

Shades of Red Damask #BE6843

Tints of Red Damask #BE6843

Color information

#BE6843 (or 0xBE6843) is unknown color: approx Red Damask. HEX triplet: BE, 68 and 43. RGB value is (190,104,67). Sum of RGB (Red+Green+Blue) = 190+104+67=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6843 is #4197BC. Grayscale: #7D7D7D. Windows color (decimal): -4298685 or 4417726. OLE color: 4417726.

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

Color convert

RGB19010467-
CMYK00.450.650.25
HSL18.05º48.62%50.39%-
HSV(B)18.05º64.74%74.51%-
XYZ27.221.257.98-
YUV125.594.99174.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 67 (26.56% from 255) = 18.56%
R=52.63%
G=28.81%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901046700.450.650.2518.0548.6250.39
HexBE684302D4119123132
Octal27615010305510131226162
Binary1011111011010001000011010110110000011100110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6843; }

 p { color: rgb(190,104,67); }

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

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

 a { background-color: rgb(190,104,67); }

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

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

 span { border-color: rgb(190,104,67); }

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