#BC7C43

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

Shades of Brandy Punch #BC7C43

Tints of Brandy Punch #BC7C43

Color information

#BC7C43 (or 0xBC7C43) is unknown color: approx Brandy Punch. HEX triplet: BC, 7C and 43. RGB value is (188,124,67). Sum of RGB (Red+Green+Blue) = 188+124+67=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C43 is #4383BC. Grayscale: #888888. Windows color (decimal): -4424637 or 4422844. OLE color: 4422844.

HSL color Cylindrical-coordinate representation of color #BC7C43: hue angle of 28.26º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC7C43 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18812467-
CMYK00.340.640.26
HSL28.26º47.45%50%-
HSV(B)28.26º64.36%73.73%-
XYZ28.9625.518.71-
YUV136.6488.7164.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=49.60%
G=32.72%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881246700.340.640.2628.2647.4550
HexBC7C43022401A1c2f32
Octal27417410304210032345762
Binary1011110011111001000011010001010000001101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C43; }

 p { color: rgb(188,124,67); }

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

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

 a { background-color: rgb(188,124,67); }

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

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

 span { border-color: rgb(188,124,67); }

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