#BC7C4B

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

Shades of Brandy Punch #BC7C4B

Tints of Brandy Punch #BC7C4B

Color information

#BC7C4B (or 0xBC7C4B) is unknown color: approx Brandy Punch. HEX triplet: BC, 7C and 4B. RGB value is (188,124,75). Sum of RGB (Red+Green+Blue) = 188+124+75=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C4B is #4383B4. Grayscale: #898989. Windows color (decimal): -4424629 or 4947132. OLE color: 4947132.

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

Color convert

RGB18812475-
CMYK00.340.600.26
HSL26.02º45.75%51.57%-
HSV(B)26.02º60.11%73.73%-
XYZ29.2225.6110.06-
YUV137.5592.7163.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=48.58%
G=32.04%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881247500.340.600.2626.0245.7551.57
HexBC7C4B0223C1A1a2e34
Octal2741741130427432325664
Binary101111001111100100101101000101111001101011010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C4B; }

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

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

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

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

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

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

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

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