#BE8150

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

Shades of Brandy Punch #BE8150

Tints of Brandy Punch #BE8150

Color information

#BE8150 (or 0xBE8150) is unknown color: approx Brandy Punch. HEX triplet: BE, 81 and 50. RGB value is (190,129,80). Sum of RGB (Red+Green+Blue) = 190+129+80=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8150 is #417EAF. Grayscale: #8D8D8D. Windows color (decimal): -4292272 or 5276094. OLE color: 5276094.

HSL color Cylindrical-coordinate representation of color #BE8150: hue angle of 26.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8150 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19012980-
CMYK00.320.580.25
HSL26.73º45.83%52.94%-
HSV(B)26.73º57.89%74.51%-
XYZ30.5327.2311.24-
YUV141.6593.21162.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=47.62%
G=32.33%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901298000.320.580.2526.7345.8352.94
HexBE81500203A191b2e35
Octal2762011200407231335665
Binary1011111010000001101000001000001110101100111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8150; }

 p { color: rgb(190,129,80); }

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

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

 a { background-color: rgb(190,129,80); }

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

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

 span { border-color: rgb(190,129,80); }

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