#BC7D56

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

Shades of Brandy Punch #BC7D56

Tints of Brandy Punch #BC7D56

Color information

#BC7D56 (or 0xBC7D56) is unknown color: approx Brandy Punch. HEX triplet: BC, 7D and 56. RGB value is (188,125,86). Sum of RGB (Red+Green+Blue) = 188+125+86=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D56 is #4382A9. Grayscale: #8B8B8B. Windows color (decimal): -4424362 or 5668284. OLE color: 5668284.

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

Color convert

RGB18812586-
CMYK00.340.540.26
HSL22.94º43.22%53.73%-
HSV(B)22.94º54.26%73.73%-
XYZ29.7526.0312.26-
YUV139.3997.87162.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=47.12%
G=31.33%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881258600.340.540.2622.9443.2253.73
HexBC7D56022361A172b36
Octal2741751260426632275366
Binary101111001111101101011001000101101101101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D56; }

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

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

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

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

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

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

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

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