#BE833E

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

Shades of Brandy Punch #BE833E

Tints of Brandy Punch #BE833E

Color information

#BE833E (or 0xBE833E) is unknown color: approx Brandy Punch. HEX triplet: BE, 83 and 3E. RGB value is (190,131,62). Sum of RGB (Red+Green+Blue) = 190+131+62=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE833E is #417CC1. Grayscale: #8D8D8D. Windows color (decimal): -4291778 or 4096958. OLE color: 4096958.

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

Color convert

RGB19013162-
CMYK00.310.670.25
HSL32.34º50.79%49.41%-
HSV(B)32.34º67.37%74.51%-
XYZ30.2227.538.28-
YUV140.7883.55163.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=49.61%
G=34.20%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901316200.310.670.2532.3450.7949.41
HexBE833E01F4319203331
Octal2762037603710331406361
Binary1011111010000011111110011111100001111001100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE833E; }

 p { color: rgb(190,131,62); }

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

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

 a { background-color: rgb(190,131,62); }

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

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

 span { border-color: rgb(190,131,62); }

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