#bc8346

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

Shades of Brandy Punch #BC8346

Tints of Brandy Punch #BC8346

Color information

#BC8346 (or 0xBC8346) is unknown color: approx Brandy Punch. HEX triplet: BC, 83 and 46. RGB value is (188,131,70). Sum of RGB (Red+Green+Blue) = 188+131+70=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8346 is #437CB9. Grayscale: #8D8D8D. Windows color (decimal): -4422842 or 4621244. OLE color: 4621244.

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

Color convert

RGB18813170-
CMYK00.300.630.26
HSL31.02º46.83%50.59%-
HSV(B)31.02º62.77%73.73%-
XYZ29.9627.379.5-
YUV141.0987.88161.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=48.33%
G=33.68%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881317000.300.630.2631.0246.8350.59
HexBC834601E3F1A1f2f33
Octal2742031060367732375763
Binary101111001000001110001100111101111111101011111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8346; }

 p { color: rgb(188,131,70); }

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

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

 a { background-color: rgb(188,131,70); }

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

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

 span { border-color: rgb(188,131,70); }

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