#BE8443

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

Shades of Brandy Punch #BE8443

Tints of Brandy Punch #BE8443

Color information

#BE8443 (or 0xBE8443) is unknown color: approx Brandy Punch. HEX triplet: BE, 84 and 43. RGB value is (190,132,67). Sum of RGB (Red+Green+Blue) = 190+132+67=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8443 is #417BBC. Grayscale: #8E8E8E. Windows color (decimal): -4291517 or 4424894. OLE color: 4424894.

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

Color convert

RGB19013267-
CMYK00.310.650.25
HSL31.71º48.62%50.39%-
HSV(B)31.71º64.74%74.51%-
XYZ30.527.859.08-
YUV141.9385.72162.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 67 (26.56% from 255) = 17.22%
R=48.84%
G=33.93%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901326700.310.650.2531.7148.6250.39
HexBE844301F4119203132
Octal27620410303710131406162
Binary10111110100001001000011011111100000111001100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8443; }

 p { color: rgb(190,132,67); }

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

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

 a { background-color: rgb(190,132,67); }

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

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

 span { border-color: rgb(190,132,67); }

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