#BE8542

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

Shades of Brandy Punch #BE8542

Tints of Brandy Punch #BE8542

Color information

#BE8542 (or 0xBE8542) is unknown color: approx Brandy Punch. HEX triplet: BE, 85 and 42. RGB value is (190,133,66). Sum of RGB (Red+Green+Blue) = 190+133+66=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8542 is #417ABD. Grayscale: #8E8E8E. Windows color (decimal): -4291262 or 4359614. OLE color: 4359614.

HSL color Cylindrical-coordinate representation of color #BE8542: hue angle of 32.42º 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 #BE8542 is Cyan = 0, Magento = 0.3, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19013366-
CMYK00.30.650.25
HSL32.42º48.82%50.2%-
HSV(B)32.42º65.26%74.51%-
XYZ30.6128.128.97-
YUV142.484.88161.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=48.84%
G=34.19%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901336600.30.650.2532.4248.8250.2
HexBE854201E4119203132
Octal27620510203610131406162
Binary10111110100001011000010011110100000111001100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8542; }

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

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

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

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

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

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

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

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