#BC7F42

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

Shades of Brandy Punch #BC7F42

Tints of Brandy Punch #BC7F42

Color information

#BC7F42 (or 0xBC7F42) is unknown color: approx Brandy Punch. HEX triplet: BC, 7F and 42. RGB value is (188,127,66). Sum of RGB (Red+Green+Blue) = 188+127+66=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F42 is #4380BD. Grayscale: #8A8A8A. Windows color (decimal): -4423870 or 4358076. OLE color: 4358076.

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

Color convert

RGB18812766-
CMYK00.320.650.26
HSL30º48.03%49.8%-
HSV(B)30º64.89%73.73%-
XYZ29.3126.268.68-
YUV138.2887.21163.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=49.34%
G=33.33%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881276600.320.650.263048.0349.8
HexBC7F42020411A1e3032
Octal27417710204010132366062
Binary1011110011111111000010010000010000011101011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F42; }

 p { color: rgb(188,127,66); }

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

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

 a { background-color: rgb(188,127,66); }

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

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

 span { border-color: rgb(188,127,66); }

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