#BE694D

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

Shades of Red Damask #BE694D

Tints of Red Damask #BE694D

Color information

#BE694D (or 0xBE694D) is unknown color: approx Red Damask. HEX triplet: BE, 69 and 4D. RGB value is (190,105,77). Sum of RGB (Red+Green+Blue) = 190+105+77=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE694D is #4196B2. Grayscale: #7F7F7F. Windows color (decimal): -4298419 or 5073342. OLE color: 5073342.

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

Color convert

RGB19010577-
CMYK00.450.590.25
HSL14.87º46.5%52.35%-
HSV(B)14.87º59.47%74.51%-
XYZ27.6321.599.73-
YUV127.2299.66172.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=51.08%
G=28.23%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901057700.450.590.2514.8746.552.35
HexBE694D02D3B19f2f34
Octal2761511150557331175764
Binary10111110110100110011010101101111011110011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE694D; }

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

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

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

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

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

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

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

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