#BE8053

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

Shades of Brandy Punch #BE8053

Tints of Brandy Punch #BE8053

Color information

#BE8053 (or 0xBE8053) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 53. RGB value is (190,128,83). Sum of RGB (Red+Green+Blue) = 190+128+83=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8053 is #417FAC. Grayscale: #8D8D8D. Windows color (decimal): -4292525 or 5472446. OLE color: 5472446.

HSL color Cylindrical-coordinate representation of color #BE8053: hue angle of 25.23º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE8053 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19012883-
CMYK00.330.560.25
HSL25.23º45.15%53.53%-
HSV(B)25.23º56.32%74.51%-
XYZ30.5227.0111.79-
YUV141.4195.04162.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=47.38%
G=31.92%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901288300.330.560.2525.2345.1553.53
HexBE80530213819192d36
Octal2762001230417031315566
Binary1011111010000000101001101000011110001100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8053; }

 p { color: rgb(190,128,83); }

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

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

 a { background-color: rgb(190,128,83); }

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

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

 span { border-color: rgb(190,128,83); }

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