#BE823F

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

Shades of Brandy Punch #BE823F

Tints of Brandy Punch #BE823F

Color information

#BE823F (or 0xBE823F) is unknown color: approx Brandy Punch. HEX triplet: BE, 82 and 3F. RGB value is (190,130,63). Sum of RGB (Red+Green+Blue) = 190+130+63=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE823F is #417DC0. Grayscale: #8C8C8C. Windows color (decimal): -4292033 or 4162238. OLE color: 4162238.

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

Color convert

RGB19013063-
CMYK00.320.670.25
HSL31.65º50.2%49.61%-
HSV(B)31.65º66.84%74.51%-
XYZ30.1227.278.38-
YUV140.384.38163.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 63 (25% from 255) = 16.45%
R=49.61%
G=33.94%
B=16.45%

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
Decimal1901306300.320.670.2531.6550.249.61
HexBE823F0204319203232
Octal2762027704010331406262
Binary10111110100000101111110100000100001111001100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE823F; }

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

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

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

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

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

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

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

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