#BC834E

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

Shades of Brandy Punch #BC834E

Tints of Brandy Punch #BC834E

Color information

#BC834E (or 0xBC834E) is unknown color: approx Brandy Punch. HEX triplet: BC, 83 and 4E. RGB value is (188,131,78). Sum of RGB (Red+Green+Blue) = 188+131+78=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC834E is #437CB1. Grayscale: #8E8E8E. Windows color (decimal): -4422834 or 5145532. OLE color: 5145532.

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

Color convert

RGB18813178-
CMYK00.300.590.26
HSL28.91º45.08%52.16%-
HSV(B)28.91º58.51%73.73%-
XYZ30.2327.4710.92-
YUV14291.88160.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=47.36%
G=33.00%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881317800.300.590.2628.9145.0852.16
HexBC834E01E3B1A1d2d34
Octal2742031160367332355564
Binary101111001000001110011100111101110111101011101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC834E; }

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

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

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

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

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

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

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

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