#BE7F3A

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

Shades of Brandy Punch #BE7F3A

Tints of Brandy Punch #BE7F3A

Color information

#BE7F3A (or 0xBE7F3A) is unknown color: approx Brandy Punch. HEX triplet: BE, 7F and 3A. RGB value is (190,127,58). Sum of RGB (Red+Green+Blue) = 190+127+58=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F3A is #4180C5. Grayscale: #8A8A8A. Windows color (decimal): -4292806 or 3833790. OLE color: 3833790.

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

Color convert

RGB19012758-
CMYK00.330.690.25
HSL31.36º53.23%48.63%-
HSV(B)31.36º69.47%74.51%-
XYZ29.5926.437.55-
YUV137.9782.87165.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=50.67%
G=33.87%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901275800.330.690.2531.3653.2348.63
HexBE7F3A02145191f3531
Octal2761777204110531376561
Binary101111101111111111010010000110001011100111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F3A; }

 p { color: rgb(190,127,58); }

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

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

 a { background-color: rgb(190,127,58); }

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

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

 span { border-color: rgb(190,127,58); }

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