#BE694C

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

Shades of Red Damask #BE694C

Tints of Red Damask #BE694C

Color information

#BE694C (or 0xBE694C) is unknown color: approx Red Damask. HEX triplet: BE, 69 and 4C. RGB value is (190,105,76). Sum of RGB (Red+Green+Blue) = 190+105+76=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE694C is #4196B3. Grayscale: #7F7F7F. Windows color (decimal): -4298420 or 5007806. OLE color: 5007806.

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

Color convert

RGB19010576-
CMYK00.450.600.25
HSL15.26º46.72%52.16%-
HSV(B)15.26º60%74.51%-
XYZ27.5921.579.55-
YUV127.1199.16172.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=51.21%
G=28.30%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901057600.450.600.2515.2646.7252.16
HexBE694C02D3C19f2f34
Octal2761511140557431175764
Binary10111110110100110011000101101111100110011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE694C; }

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

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

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

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

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

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

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

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