#BE7D43

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

Shades of Brandy Punch #BE7D43

Tints of Brandy Punch #BE7D43

Color information

#BE7D43 (or 0xBE7D43) is unknown color: approx Brandy Punch. HEX triplet: BE, 7D and 43. RGB value is (190,125,67). Sum of RGB (Red+Green+Blue) = 190+125+67=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D43 is #4182BC. Grayscale: #8A8A8A. Windows color (decimal): -4293309 or 4423102. OLE color: 4423102.

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

Color convert

RGB19012567-
CMYK00.340.650.25
HSL28.29º48.62%50.39%-
HSV(B)28.29º64.74%74.51%-
XYZ29.5826.028.77-
YUV137.8288.03165.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 67 (26.56% from 255) = 17.54%
R=49.74%
G=32.72%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901256700.340.650.2528.2948.6250.39
HexBE7D4302241191c3132
Octal27617510304210131346162
Binary1011111011111011000011010001010000011100111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D43; }

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

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

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

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

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

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

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

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