#BC7E54

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

Shades of Brandy Punch #BC7E54

Tints of Brandy Punch #BC7E54

Color information

#BC7E54 (or 0xBC7E54) is unknown color: approx Brandy Punch. HEX triplet: BC, 7E and 54. RGB value is (188,126,84). Sum of RGB (Red+Green+Blue) = 188+126+84=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E54 is #4381AB. Grayscale: #8B8B8B. Windows color (decimal): -4424108 or 5537468. OLE color: 5537468.

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

Color convert

RGB18812684-
CMYK00.330.550.26
HSL24.23º43.7%53.33%-
HSV(B)24.23º55.32%73.73%-
XYZ29.826.2511.88-
YUV139.7596.54162.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=47.24%
G=31.66%
B=21.11%

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
Decimal1881268400.330.550.2624.2343.753.33
HexBC7E54021371A182c35
Octal2741761240416732305465
Binary101111001111110101010001000011101111101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E54; }

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

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

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

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

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

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

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

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