#BC7E3A

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

Shades of Brandy Punch #BC7E3A

Tints of Brandy Punch #BC7E3A

Color information

#BC7E3A (or 0xBC7E3A) is unknown color: approx Brandy Punch. HEX triplet: BC, 7E and 3A. RGB value is (188,126,58). Sum of RGB (Red+Green+Blue) = 188+126+58=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3A is #4381C5. Grayscale: #898989. Windows color (decimal): -4424134 or 3833532. OLE color: 3833532.

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

Color convert

RGB18812658-
CMYK00.330.690.26
HSL31.38º52.85%48.24%-
HSV(B)31.38º69.15%73.73%-
XYZ28.9625.927.48-
YUV136.7983.54164.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=50.54%
G=33.87%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881265800.330.690.2631.3852.8548.24
HexBC7E3A021451A1f3530
Octal2741767204110532376560
Binary101111001111110111010010000110001011101011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E3A; }

 p { color: rgb(188,126,58); }

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

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

 a { background-color: rgb(188,126,58); }

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

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

 span { border-color: rgb(188,126,58); }

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