#BC8045

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

Shades of Brandy Punch #BC8045

Tints of Brandy Punch #BC8045

Color information

#BC8045 (or 0xBC8045) is unknown color: approx Brandy Punch. HEX triplet: BC, 80 and 45. RGB value is (188,128,69). Sum of RGB (Red+Green+Blue) = 188+128+69=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8045 is #437FBA. Grayscale: #8B8B8B. Windows color (decimal): -4423611 or 4554940. OLE color: 4554940.

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

Color convert

RGB18812869-
CMYK00.320.630.26
HSL29.75º47.04%50.39%-
HSV(B)29.75º63.3%73.73%-
XYZ29.5326.569.2-
YUV139.2188.38162.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=48.83%
G=33.25%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881286900.320.630.2629.7547.0450.39
HexBC80450203F1A1e2f32
Octal2742001050407732365762
Binary1011110010000000100010101000001111111101011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8045; }

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

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

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

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

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

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

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

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