#BE8045

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

Shades of Brandy Punch #BE8045

Tints of Brandy Punch #BE8045

Color information

#BE8045 (or 0xBE8045) is unknown color: approx Brandy Punch. HEX triplet: BE, 80 and 45. RGB value is (190,128,69). Sum of RGB (Red+Green+Blue) = 190+128+69=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8045 is #417FBA. Grayscale: #8C8C8C. Windows color (decimal): -4292539 or 4554942. OLE color: 4554942.

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

Color convert

RGB19012869-
CMYK00.330.640.25
HSL29.26º48.21%50.78%-
HSV(B)29.26º63.68%74.51%-
XYZ30.0326.829.22-
YUV139.8188.04163.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=49.10%
G=33.07%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901286900.330.640.2529.2648.2150.78
HexBE804502140191d3033
Octal27620010504110031356063
Binary10111110100000001000101010000110000001100111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8045; }

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

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

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

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

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

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

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

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