#BE7A3D

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

Shades of Brandy Punch #BE7A3D

Tints of Brandy Punch #BE7A3D

Color information

#BE7A3D (or 0xBE7A3D) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 3D. RGB value is (190,122,61). Sum of RGB (Red+Green+Blue) = 190+122+61=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A3D is #4185C2. Grayscale: #878787. Windows color (decimal): -4294083 or 4029118. OLE color: 4029118.

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

Color convert

RGB19012261-
CMYK00.360.680.25
HSL28.37º51.39%49.22%-
HSV(B)28.37º67.89%74.51%-
XYZ29.0425.27.75-
YUV135.3886.03166.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=50.94%
G=32.71%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901226100.360.680.2528.3751.3949.22
HexBE7A3D02444191c3331
Octal2761727504410431346361
Binary101111101111010111101010010010001001100111100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A3D; }

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

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

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

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

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

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

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

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