#BC7445

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

Shades of Brandy Punch #BC7445

Tints of Brandy Punch #BC7445

Color information

#BC7445 (or 0xBC7445) is unknown color: approx Brandy Punch. HEX triplet: BC, 74 and 45. RGB value is (188,116,69). Sum of RGB (Red+Green+Blue) = 188+116+69=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7445 is #438BBA. Grayscale: #848484. Windows color (decimal): -4426683 or 4551868. OLE color: 4551868.

HSL color Cylindrical-coordinate representation of color #BC7445: hue angle of 23.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC7445 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18811669-
CMYK00.380.630.26
HSL23.7º47.04%50.39%-
HSV(B)23.7º63.3%73.73%-
XYZ28.0623.618.71-
YUV132.1792.35167.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=50.40%
G=31.10%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881166900.380.630.2623.747.0450.39
HexBC74450263F1A182f32
Octal2741641050467732305762
Binary101111001110100100010101001101111111101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7445; }

 p { color: rgb(188,116,69); }

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

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

 a { background-color: rgb(188,116,69); }

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

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

 span { border-color: rgb(188,116,69); }

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