#bc7b4c

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

Shades of Brandy Punch #BC7B4C

Tints of Brandy Punch #BC7B4C

Color information

#BC7B4C (or 0xBC7B4C) is unknown color: approx Brandy Punch. HEX triplet: BC, 7B and 4C. RGB value is (188,123,76). Sum of RGB (Red+Green+Blue) = 188+123+76=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B4C is #4384B3. Grayscale: #898989. Windows color (decimal): -4424884 or 5012412. OLE color: 5012412.

HSL color Cylindrical-coordinate representation of color #BC7B4C: hue angle of 25.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC7B4C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18812376-
CMYK00.350.600.26
HSL25.18º45.53%51.76%-
HSV(B)25.18º59.57%73.73%-
XYZ29.1325.3810.2-
YUV137.0893.53164.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=48.58%
G=31.78%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881237600.350.600.2625.1845.5351.76
HexBC7B4C0233C1A192e34
Octal2741731140437432315664
Binary101111001111011100110001000111111001101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7b4c; }

 p { color: rgb(188,123,76); }

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

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

 a { background-color: rgb(188,123,76); }

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

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

 span { border-color: rgb(188,123,76); }

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