#BC7543

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

Shades of Brandy Punch #BC7543

Tints of Brandy Punch #BC7543

Color information

#BC7543 (or 0xBC7543) is unknown color: approx Brandy Punch. HEX triplet: BC, 75 and 43. RGB value is (188,117,67). Sum of RGB (Red+Green+Blue) = 188+117+67=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7543 is #438ABC. Grayscale: #848484. Windows color (decimal): -4426429 or 4421052. OLE color: 4421052.

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

Color convert

RGB18811767-
CMYK00.380.640.26
HSL24.79º47.45%50%-
HSV(B)24.79º64.36%73.73%-
XYZ28.1123.828.43-
YUV132.5391.02167.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 67 (26.56% from 255) = 18.01%
R=50.54%
G=31.45%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881176700.380.640.2624.7947.4550
HexBC7543026401A192f32
Octal27416510304610032315762
Binary1011110011101011000011010011010000001101011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7543; }

 p { color: rgb(188,117,67); }

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

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

 a { background-color: rgb(188,117,67); }

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

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

 span { border-color: rgb(188,117,67); }

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