#BE7B56

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

Shades of Red Damask #BE7B56

Tints of Red Damask #BE7B56

Color information

#BE7B56 (or 0xBE7B56) is unknown color: approx Red Damask. HEX triplet: BE, 7B and 56. RGB value is (190,123,86). Sum of RGB (Red+Green+Blue) = 190+123+86=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B56 is #4184A9. Grayscale: #8B8B8B. Windows color (decimal): -4293802 or 5667774. OLE color: 5667774.

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

Color convert

RGB19012386-
CMYK00.350.550.25
HSL21.35º44.44%54.12%-
HSV(B)21.35º54.74%74.51%-
XYZ3025.7812.2-
YUV138.8298.2164.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=47.62%
G=30.83%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901238600.350.550.2521.3544.4454.12
HexBE7B560233719152c36
Octal2761731260436731255466
Binary101111101111011101011001000111101111100110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B56; }

 p { color: rgb(190,123,86); }

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

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

 a { background-color: rgb(190,123,86); }

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

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

 span { border-color: rgb(190,123,86); }

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