#BE8051

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

Shades of Brandy Punch #BE8051

Tints of Brandy Punch #BE8051

Color information

#BE8051 (or 0xBE8051) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 51. RGB value is (190,128,81). Sum of RGB (Red+Green+Blue) = 190+128+81=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8051 is #417FAE. Grayscale: #8D8D8D. Windows color (decimal): -4292527 or 5341374. OLE color: 5341374.

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

Color convert

RGB19012881-
CMYK00.330.570.25
HSL25.87º45.61%53.14%-
HSV(B)25.87º57.37%74.51%-
XYZ30.4426.9811.39-
YUV141.1894.04162.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=47.62%
G=32.08%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901288100.330.570.2525.8745.6153.14
HexBE805102139191a2e35
Octal2762001210417131325665
Binary1011111010000000101000101000011110011100111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8051; }

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

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

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

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

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

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

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

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