#BC7D48

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

Shades of Brandy Punch #BC7D48

Tints of Brandy Punch #BC7D48

Color information

#BC7D48 (or 0xBC7D48) is unknown color: approx Brandy Punch. HEX triplet: BC, 7D and 48. RGB value is (188,125,72). Sum of RGB (Red+Green+Blue) = 188+125+72=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D48 is #4382B7. Grayscale: #8A8A8A. Windows color (decimal): -4424376 or 4750780. OLE color: 4750780.

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

Color convert

RGB18812572-
CMYK00.340.620.26
HSL27.41º46.4%50.98%-
HSV(B)27.41º61.7%73.73%-
XYZ29.2425.839.57-
YUV137.7990.87163.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=48.83%
G=32.47%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881257200.340.620.2627.4146.450.98
HexBC7D480223E1A1b2e33
Octal2741751100427632335663
Binary101111001111101100100001000101111101101011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D48; }

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

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

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

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

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

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

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

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