#BC7B3D

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

Shades of Brandy Punch #BC7B3D

Tints of Brandy Punch #BC7B3D

Color information

#BC7B3D (or 0xBC7B3D) is unknown color: approx Brandy Punch. HEX triplet: BC, 7B and 3D. RGB value is (188,123,61). Sum of RGB (Red+Green+Blue) = 188+123+61=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B3D is #4384C2. Grayscale: #878787. Windows color (decimal): -4424899 or 4029372. OLE color: 4029372.

HSL color Cylindrical-coordinate representation of color #BC7B3D: hue angle of 29.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC7B3D is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18812361-
CMYK00.350.680.26
HSL29.29º51%48.82%-
HSV(B)29.29º67.55%73.73%-
XYZ28.6625.197.77-
YUV135.3786.03165.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=50.54%
G=33.06%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881236100.350.680.2629.295148.82
HexBC7B3D023441A1d3331
Octal2741737504310432356361
Binary101111001111011111101010001110001001101011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7B3D; }

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

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

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

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

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

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

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

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