#BC7A47

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

Shades of Brandy Punch #BC7A47

Tints of Brandy Punch #BC7A47

Color information

#BC7A47 (or 0xBC7A47) is unknown color: approx Brandy Punch. HEX triplet: BC, 7A and 47. RGB value is (188,122,71). Sum of RGB (Red+Green+Blue) = 188+122+71=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A47 is #4385B8. Grayscale: #888888. Windows color (decimal): -4425145 or 4684476. OLE color: 4684476.

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

Color convert

RGB18812271-
CMYK00.350.620.26
HSL26.15º46.61%50.78%-
HSV(B)26.15º62.23%73.73%-
XYZ28.8425.079.28-
YUV135.9291.37165.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 71 (28.12% from 255) = 18.64%
R=49.34%
G=32.02%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881227100.350.620.2626.1546.6150.78
HexBC7A470233E1A1a2f33
Octal2741721070437632325763
Binary101111001111010100011101000111111101101011010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A47; }

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

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

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

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

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

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

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

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