#BC8051

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

Shades of Brandy Punch #BC8051

Tints of Brandy Punch #BC8051

Color information

#BC8051 (or 0xBC8051) is unknown color: approx Brandy Punch. HEX triplet: BC, 80 and 51. RGB value is (188,128,81). Sum of RGB (Red+Green+Blue) = 188+128+81=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8051 is #437FAE. Grayscale: #8C8C8C. Windows color (decimal): -4423599 or 5341372. OLE color: 5341372.

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

Color convert

RGB18812881-
CMYK00.320.570.26
HSL26.36º44.4%52.75%-
HSV(B)26.36º56.91%73.73%-
XYZ29.9426.7211.36-
YUV140.5894.38161.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=47.36%
G=32.24%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881288100.320.570.2626.3644.452.75
HexBC8051020391A1a2c35
Octal2742001210407132325465
Binary1011110010000000101000101000001110011101011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8051; }

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

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

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

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

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

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

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

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