#BC8145

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

Shades of Brandy Punch #BC8145

Tints of Brandy Punch #BC8145

Color information

#BC8145 (or 0xBC8145) is unknown color: approx Brandy Punch. HEX triplet: BC, 81 and 45. RGB value is (188,129,69). Sum of RGB (Red+Green+Blue) = 188+129+69=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8145 is #437EBA. Grayscale: #8C8C8C. Windows color (decimal): -4423355 or 4555196. OLE color: 4555196.

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

Color convert

RGB18812969-
CMYK00.310.630.26
HSL30.25º47.04%50.39%-
HSV(B)30.25º63.3%73.73%-
XYZ29.6626.829.24-
YUV139.888.05162.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=48.70%
G=33.42%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881296900.310.630.2630.2547.0450.39
HexBC814501F3F1A1e2f32
Octal2742011050377732365762
Binary101111001000000110001010111111111111101011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8145; }

 p { color: rgb(188,129,69); }

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

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

 a { background-color: rgb(188,129,69); }

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

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

 span { border-color: rgb(188,129,69); }

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