#BE7E55

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

Shades of Brandy Punch #BE7E55

Tints of Brandy Punch #BE7E55

Color information

#BE7E55 (or 0xBE7E55) is unknown color: approx Brandy Punch. HEX triplet: BE, 7E and 55. RGB value is (190,126,85). Sum of RGB (Red+Green+Blue) = 190+126+85=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E55 is #4181AA. Grayscale: #8C8C8C. Windows color (decimal): -4293035 or 5603006. OLE color: 5603006.

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

Color convert

RGB19012685-
CMYK00.340.550.25
HSL23.43º44.68%53.92%-
HSV(B)23.43º55.26%74.51%-
XYZ30.3426.5212.12-
YUV140.4696.7163.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=47.38%
G=31.42%
B=21.20%

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
Decimal1901268500.340.550.2523.4344.6853.92
HexBE7E550223719172d36
Octal2761761250426731275566
Binary101111101111110101010101000101101111100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E55; }

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

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

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

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

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

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

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

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