#BE694A

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

Shades of Red Damask #BE694A

Tints of Red Damask #BE694A

Color information

#BE694A (or 0xBE694A) is unknown color: approx Red Damask. HEX triplet: BE, 69 and 4A. RGB value is (190,105,74). Sum of RGB (Red+Green+Blue) = 190+105+74=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE694A is #4196B5. Grayscale: #7F7F7F. Windows color (decimal): -4298422 or 4876734. OLE color: 4876734.

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

Color convert

RGB19010574-
CMYK00.450.610.25
HSL16.03º47.15%51.76%-
HSV(B)16.03º61.05%74.51%-
XYZ27.5221.549.19-
YUV126.8898.16173.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=51.49%
G=28.46%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901057400.450.610.2516.0347.1551.76
HexBE694A02D3D19102f34
Octal2761511120557531205764
Binary101111101101001100101001011011111011100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE694A; }

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

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

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

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

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

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

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

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