#BE7451

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

Shades of Red Damask #BE7451

Tints of Red Damask #BE7451

Color information

#BE7451 (or 0xBE7451) is unknown color: approx Red Damask. HEX triplet: BE, 74 and 51. RGB value is (190,116,81). Sum of RGB (Red+Green+Blue) = 190+116+81=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7451 is #418BAE. Grayscale: #868686. Windows color (decimal): -4295599 or 5338302. OLE color: 5338302.

HSL color Cylindrical-coordinate representation of color #BE7451: hue angle of 19.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE7451 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19011681-
CMYK00.390.570.25
HSL19.27º45.61%53.14%-
HSV(B)19.27º57.37%74.51%-
XYZ28.9724.0310.9-
YUV134.1498.02167.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=49.10%
G=29.97%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901168100.390.570.2519.2745.6153.14
HexBE74510273919132e35
Octal2761641210477131235665
Binary101111101110100101000101001111110011100110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7451; }

 p { color: rgb(190,116,81); }

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

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

 a { background-color: rgb(190,116,81); }

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

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

 span { border-color: rgb(190,116,81); }

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