#BE8549

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

Shades of Brandy Punch #BE8549

Tints of Brandy Punch #BE8549

Color information

#BE8549 (or 0xBE8549) is unknown color: approx Brandy Punch. HEX triplet: BE, 85 and 49. RGB value is (190,133,73). Sum of RGB (Red+Green+Blue) = 190+133+73=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8549 is #417AB6. Grayscale: #8F8F8F. Windows color (decimal): -4291255 or 4818366. OLE color: 4818366.

HSL color Cylindrical-coordinate representation of color #BE8549: hue angle of 30.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE8549 is Cyan = 0, Magento = 0.3, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19013373-
CMYK00.30.620.25
HSL30.77º47.37%51.57%-
HSV(B)30.77º61.58%74.51%-
XYZ30.8328.210.12-
YUV143.288.38161.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=47.98%
G=33.59%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901337300.30.620.2530.7747.3751.57
HexBE854901E3E191f2f34
Octal2762051110367631375764
Binary101111101000010110010010111101111101100111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8549; }

 p { color: rgb(190,133,73); }

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

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

 a { background-color: rgb(190,133,73); }

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

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

 span { border-color: rgb(190,133,73); }

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