#BE7A41

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

Shades of Brandy Punch #BE7A41

Tints of Brandy Punch #BE7A41

Color information

#BE7A41 (or 0xBE7A41) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 41. RGB value is (190,122,65). Sum of RGB (Red+Green+Blue) = 190+122+65=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A41 is #4185BE. Grayscale: #888888. Windows color (decimal): -4294079 or 4291262. OLE color: 4291262.

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

Color convert

RGB19012265-
CMYK00.360.660.25
HSL27.36º49.02%50%-
HSV(B)27.36º65.79%74.51%-
XYZ29.1525.258.34-
YUV135.8388.03166.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=50.40%
G=32.36%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901226500.360.660.2527.3649.0250
HexBE7A4102442191b3132
Octal27617210104410231336162
Binary1011111011110101000001010010010000101100111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A41; }

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

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

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

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

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

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

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

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