#BE7754

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

Shades of Red Damask #BE7754

Tints of Red Damask #BE7754

Color information

#BE7754 (or 0xBE7754) is unknown color: approx Red Damask. HEX triplet: BE, 77 and 54. RGB value is (190,119,84). Sum of RGB (Red+Green+Blue) = 190+119+84=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7754 is #4188AB. Grayscale: #888888. Windows color (decimal): -4294828 or 5535678. OLE color: 5535678.

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

Color convert

RGB19011984-
CMYK00.370.560.25
HSL19.81º44.92%53.73%-
HSV(B)19.81º55.79%74.51%-
XYZ29.4324.7811.62-
YUV136.2498.52166.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=48.35%
G=30.28%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901198400.370.560.2519.8144.9253.73
HexBE77540253819142d36
Octal2761671240457031245566
Binary101111101110111101010001001011110001100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7754; }

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

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

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

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

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

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

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

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