#BE823D

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

Shades of Brandy Punch #BE823D

Tints of Brandy Punch #BE823D

Color information

#BE823D (or 0xBE823D) is unknown color: approx Brandy Punch. HEX triplet: BE, 82 and 3D. RGB value is (190,130,61). Sum of RGB (Red+Green+Blue) = 190+130+61=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE823D is #417DC2. Grayscale: #8C8C8C. Windows color (decimal): -4292035 or 4031166. OLE color: 4031166.

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

Color convert

RGB19013061-
CMYK00.320.680.25
HSL32.09º51.39%49.22%-
HSV(B)32.09º67.89%74.51%-
XYZ30.0627.258.09-
YUV140.0783.38163.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=49.87%
G=34.12%
B=16.01%

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
Decimal1901306100.320.680.2532.0951.3949.22
HexBE823D0204419203331
Octal2762027504010431406361
Binary10111110100000101111010100000100010011001100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE823D; }

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

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

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

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

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

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

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

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