#BE7154

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

Shades of Red Damask #BE7154

Tints of Red Damask #BE7154

Color information

#BE7154 (or 0xBE7154) is unknown color: approx Red Damask. HEX triplet: BE, 71 and 54. RGB value is (190,113,84). Sum of RGB (Red+Green+Blue) = 190+113+84=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7154 is #418EAB. Grayscale: #848484. Windows color (decimal): -4296364 or 5534142. OLE color: 5534142.

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

Color convert

RGB19011384-
CMYK00.410.560.25
HSL16.42º44.92%53.73%-
HSV(B)16.42º55.79%74.51%-
XYZ28.7423.411.39-
YUV132.72100.51168.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=49.10%
G=29.20%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901138400.410.560.2516.4244.9253.73
HexBE71540293819102d36
Octal2761611240517031205566
Binary101111101110001101010001010011110001100110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7154; }

 p { color: rgb(190,113,84); }

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

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

 a { background-color: rgb(190,113,84); }

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

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

 span { border-color: rgb(190,113,84); }

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