#BE813F

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

Shades of Brandy Punch #BE813F

Tints of Brandy Punch #BE813F

Color information

#BE813F (or 0xBE813F) is unknown color: approx Brandy Punch. HEX triplet: BE, 81 and 3F. RGB value is (190,129,63). Sum of RGB (Red+Green+Blue) = 190+129+63=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE813F is #417EC0. Grayscale: #8C8C8C. Windows color (decimal): -4292289 or 4161982. OLE color: 4161982.

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

Color convert

RGB19012963-
CMYK00.320.670.25
HSL31.18º50.2%49.61%-
HSV(B)31.18º66.84%74.51%-
XYZ29.9827.018.34-
YUV139.7184.71163.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 63 (25% from 255) = 16.49%
R=49.74%
G=33.77%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901296300.320.670.2531.1850.249.61
HexBE813F02043191f3232
Octal2762017704010331376262
Binary1011111010000001111111010000010000111100111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE813F; }

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

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

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

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

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

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

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

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