#BE7E36

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

Shades of Brandy Punch #BE7E36

Tints of Brandy Punch #BE7E36

Color information

#BE7E36 (or 0xBE7E36) is unknown color: approx Brandy Punch. HEX triplet: BE, 7E and 36. RGB value is (190,126,54). Sum of RGB (Red+Green+Blue) = 190+126+54=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E36 is #4181C9. Grayscale: #898989. Windows color (decimal): -4293066 or 3571390. OLE color: 3571390.

HSL color Cylindrical-coordinate representation of color #BE7E36: hue angle of 31.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE7E36 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19012654-
CMYK00.340.720.25
HSL31.76º55.74%47.84%-
HSV(B)31.76º71.58%74.51%-
XYZ29.3626.146.99-
YUV136.9381.2165.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=51.35%
G=34.05%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901265400.340.720.2531.7655.7447.84
HexBE7E360224819203830
Octal2761766604211031407060
Binary1011111011111101101100100010100100011001100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E36; }

 p { color: rgb(190,126,54); }

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

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

 a { background-color: rgb(190,126,54); }

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

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

 span { border-color: rgb(190,126,54); }

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