#BE7A42

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

Shades of Brandy Punch #BE7A42

Tints of Brandy Punch #BE7A42

Color information

#BE7A42 (or 0xBE7A42) is unknown color: approx Brandy Punch. HEX triplet: BE, 7A and 42. RGB value is (190,122,66). Sum of RGB (Red+Green+Blue) = 190+122+66=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A42 is #4185BD. Grayscale: #888888. Windows color (decimal): -4294078 or 4356798. OLE color: 4356798.

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

Color convert

RGB19012266-
CMYK00.360.650.25
HSL27.1º48.82%50.2%-
HSV(B)27.1º65.26%74.51%-
XYZ29.1825.268.49-
YUV135.9588.53166.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=50.26%
G=32.28%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901226600.360.650.2527.148.8250.2
HexBE7A4202441191b3132
Octal27617210204410131336162
Binary1011111011110101000010010010010000011100111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A42; }

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

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

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

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

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

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

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

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