#BC814F

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

Shades of Brandy Punch #BC814F

Tints of Brandy Punch #BC814F

Color information

#BC814F (or 0xBC814F) is unknown color: approx Brandy Punch. HEX triplet: BC, 81 and 4F. RGB value is (188,129,79). Sum of RGB (Red+Green+Blue) = 188+129+79=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC814F is #437EB0. Grayscale: #8D8D8D. Windows color (decimal): -4423345 or 5210556. OLE color: 5210556.

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

Color convert

RGB18812979-
CMYK00.310.580.26
HSL27.52º44.86%52.35%-
HSV(B)27.52º57.98%73.73%-
XYZ3026.9611.02-
YUV140.9493.05161.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=47.47%
G=32.58%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881297900.310.580.2627.5244.8652.35
HexBC814F01F3A1A1c2d34
Octal2742011170377232345564
Binary101111001000000110011110111111110101101011100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC814F; }

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

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

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

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

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

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

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

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