#BC7D3A

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

Shades of Brandy Punch #BC7D3A

Tints of Brandy Punch #BC7D3A

Color information

#BC7D3A (or 0xBC7D3A) is unknown color: approx Brandy Punch. HEX triplet: BC, 7D and 3A. RGB value is (188,125,58). Sum of RGB (Red+Green+Blue) = 188+125+58=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D3A is #4382C5. Grayscale: #888888. Windows color (decimal): -4424390 or 3833276. OLE color: 3833276.

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

Color convert

RGB18812558-
CMYK00.340.690.26
HSL30.92º52.85%48.24%-
HSV(B)30.92º69.15%73.73%-
XYZ28.8425.667.44-
YUV136.283.87164.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=50.67%
G=33.69%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881255800.340.690.2630.9252.8548.24
HexBC7D3A022451A1f3530
Octal2741757204210532376560
Binary101111001111101111010010001010001011101011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D3A; }

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

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

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

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

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

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

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

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