#BC814E

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

Shades of Brandy Punch #BC814E

Tints of Brandy Punch #BC814E

Color information

#BC814E (or 0xBC814E) is unknown color: approx Brandy Punch. HEX triplet: BC, 81 and 4E. RGB value is (188,129,78). Sum of RGB (Red+Green+Blue) = 188+129+78=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC814E is #437EB1. Grayscale: #8D8D8D. Windows color (decimal): -4423346 or 5145020. OLE color: 5145020.

HSL color Cylindrical-coordinate representation of color #BC814E: hue angle of 27.82º 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 #BC814E is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18812978-
CMYK00.310.590.26
HSL27.82º45.08%52.16%-
HSV(B)27.82º58.51%73.73%-
XYZ29.9626.9410.83-
YUV140.8392.55161.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=47.59%
G=32.66%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881297800.310.590.2627.8245.0852.16
HexBC814E01F3B1A1c2d34
Octal2742011160377332345564
Binary101111001000000110011100111111110111101011100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC814E; }

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

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

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

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

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

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

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

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