#be7f4c

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

Shades of Brandy Punch #BE7F4C

Tints of Brandy Punch #BE7F4C

Color information

#BE7F4C (or 0xBE7F4C) is unknown color: approx Brandy Punch. HEX triplet: BE, 7F and 4C. RGB value is (190,127,76). Sum of RGB (Red+Green+Blue) = 190+127+76=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F4C is #4180B3. Grayscale: #8C8C8C. Windows color (decimal): -4292788 or 5013438. OLE color: 5013438.

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

Color convert

RGB19012776-
CMYK00.330.600.25
HSL26.84º46.72%52.16%-
HSV(B)26.84º60%74.51%-
XYZ30.1326.6510.39-
YUV140.0291.87163.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=48.35%
G=32.32%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901277600.330.600.2526.8446.7252.16
HexBE7F4C0213C191b2f34
Octal2761771140417431335764
Binary101111101111111100110001000011111001100111011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7f4c; }

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

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

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

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

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

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

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

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