#BE7E56

Color #BE7E56 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BE7E56

Tints of Brandy Punch #BE7E56

Color information

#BE7E56 (or 0xBE7E56) is unknown color: approx Brandy Punch. HEX triplet: BE, 7E and 56. RGB value is (190,126,86). Sum of RGB (Red+Green+Blue) = 190+126+86=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E56 is #4181A9. Grayscale: #8C8C8C. Windows color (decimal): -4293034 or 5668542. OLE color: 5668542.

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

Color convert

RGB19012686-
CMYK00.340.550.25
HSL23.08º44.44%54.12%-
HSV(B)23.08º54.74%74.51%-
XYZ30.3826.5412.33-
YUV140.5897.2163.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=47.26%
G=31.34%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901268600.340.550.2523.0844.4454.12
HexBE7E560223719172c36
Octal2761761260426731275466
Binary101111101111110101011001000101101111100110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E56; }

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

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

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

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

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

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

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

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