#BE7545

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

Shades of Brandy Punch #BE7545

Tints of Brandy Punch #BE7545

Color information

#BE7545 (or 0xBE7545) is unknown color: approx Brandy Punch. HEX triplet: BE, 75 and 45. RGB value is (190,117,69). Sum of RGB (Red+Green+Blue) = 190+117+69=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7545 is #418ABA. Grayscale: #858585. Windows color (decimal): -4295355 or 4552126. OLE color: 4552126.

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

Color convert

RGB19011769-
CMYK00.380.640.25
HSL23.8º48.21%50.78%-
HSV(B)23.8º63.68%74.51%-
XYZ28.6724.18.77-
YUV133.3691.68168.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=50.53%
G=31.12%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901176900.380.640.2523.848.2150.78
HexBE75450264019183033
Octal27616510504610031306063
Binary1011111011101011000101010011010000001100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7545; }

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

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

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

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

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

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

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

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