#BC8247

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

Shades of Brandy Punch #BC8247

Tints of Brandy Punch #BC8247

Color information

#BC8247 (or 0xBC8247) is unknown color: approx Brandy Punch. HEX triplet: BC, 82 and 47. RGB value is (188,130,71). Sum of RGB (Red+Green+Blue) = 188+130+71=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8247 is #437DB8. Grayscale: #8C8C8C. Windows color (decimal): -4423097 or 4686524. OLE color: 4686524.

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

Color convert

RGB18813071-
CMYK00.310.620.26
HSL30.26º46.61%50.78%-
HSV(B)30.26º62.23%73.73%-
XYZ29.8627.119.62-
YUV140.6288.72161.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=48.33%
G=33.42%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881307100.310.620.2630.2646.6150.78
HexBC824701F3E1A1e2f33
Octal2742021070377632365763
Binary101111001000001010001110111111111101101011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8247; }

 p { color: rgb(188,130,71); }

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

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

 a { background-color: rgb(188,130,71); }

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

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

 span { border-color: rgb(188,130,71); }

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