#BE8044

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

Shades of Brandy Punch #BE8044

Tints of Brandy Punch #BE8044

Color information

#BE8044 (or 0xBE8044) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 44. RGB value is (190,128,68). Sum of RGB (Red+Green+Blue) = 190+128+68=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8044 is #417FBB. Grayscale: #8B8B8B. Windows color (decimal): -4292540 or 4489406. OLE color: 4489406.

HSL color Cylindrical-coordinate representation of color #BE8044: hue angle of 29.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE8044 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19012868-
CMYK00.330.640.25
HSL29.51º48.41%50.59%-
HSV(B)29.51º64.21%74.51%-
XYZ3026.89.06-
YUV139.787.54163.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 68 (26.95% from 255) = 17.62%
R=49.22%
G=33.16%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901286800.330.640.2529.5148.4150.59
HexBE804402140191e3033
Octal27620010404110031366063
Binary10111110100000001000100010000110000001100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8044; }

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

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

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

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

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

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

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

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