#BE7A3E

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

Shades of Brandy Punch #BE7A3E

Tints of Brandy Punch #BE7A3E

Color information

#BE7A3E (or 0xBE7A3E) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 3E. RGB value is (190,122,62). Sum of RGB (Red+Green+Blue) = 190+122+62=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A3E is #4185C1. Grayscale: #878787. Windows color (decimal): -4294082 or 4094654. OLE color: 4094654.

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

Color convert

RGB19012262-
CMYK00.360.670.25
HSL28.12º50.79%49.41%-
HSV(B)28.12º67.37%74.51%-
XYZ29.0625.217.89-
YUV135.4986.53166.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=50.80%
G=32.62%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901226200.360.670.2528.1250.7949.41
HexBE7A3E02443191c3331
Octal2761727604410331346361
Binary101111101111010111110010010010000111100111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A3E; }

 p { color: rgb(190,122,62); }

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

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

 a { background-color: rgb(190,122,62); }

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

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

 span { border-color: rgb(190,122,62); }

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