#BC7E55

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

Shades of Brandy Punch #BC7E55

Tints of Brandy Punch #BC7E55

Color information

#BC7E55 (or 0xBC7E55) is unknown color: approx Brandy Punch. HEX triplet: BC, 7E and 55. RGB value is (188,126,85). Sum of RGB (Red+Green+Blue) = 188+126+85=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E55 is #4381AA. Grayscale: #8C8C8C. Windows color (decimal): -4424107 or 5603004. OLE color: 5603004.

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

Color convert

RGB18812685-
CMYK00.330.550.26
HSL23.88º43.46%53.53%-
HSV(B)23.88º54.79%73.73%-
XYZ29.8426.2712.09-
YUV139.8697.04162.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=47.12%
G=31.58%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881268500.330.550.2623.8843.4653.53
HexBC7E55021371A182b36
Octal2741761250416732305366
Binary101111001111110101010101000011101111101011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E55; }

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

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

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

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

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

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

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

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