#BE813D

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

Shades of Brandy Punch #BE813D

Tints of Brandy Punch #BE813D

Color information

#BE813D (or 0xBE813D) is unknown color: approx Brandy Punch. HEX triplet: BE, 81 and 3D. RGB value is (190,129,61). Sum of RGB (Red+Green+Blue) = 190+129+61=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE813D is #417EC2. Grayscale: #8B8B8B. Windows color (decimal): -4292291 or 4030910. OLE color: 4030910.

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

Color convert

RGB19012961-
CMYK00.320.680.25
HSL31.63º51.39%49.22%-
HSV(B)31.63º67.89%74.51%-
XYZ29.9326.988.05-
YUV139.4983.71164.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=50%
G=33.95%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901296100.320.680.2531.6351.3949.22
HexBE813D0204419203331
Octal2762017504010431406361
Binary10111110100000011111010100000100010011001100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE813D; }

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

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

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

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

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

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

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

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