#BE804B

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

Shades of Brandy Punch #BE804B

Tints of Brandy Punch #BE804B

Color information

#BE804B (or 0xBE804B) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 4B. RGB value is (190,128,75). Sum of RGB (Red+Green+Blue) = 190+128+75=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE804B is #417FB4. Grayscale: #8C8C8C. Windows color (decimal): -4292533 or 4948158. OLE color: 4948158.

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

Color convert

RGB19012875-
CMYK00.330.610.25
HSL27.65º46.94%51.96%-
HSV(B)27.65º60.53%74.51%-
XYZ30.2226.8910.25-
YUV140.591.04163.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=48.35%
G=32.57%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901287500.330.610.2527.6546.9451.96
HexBE804B0213D191c2f34
Octal2762001130417531345764
Binary1011111010000000100101101000011111011100111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE804B; }

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

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

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

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

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

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

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

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