#BC7C51

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

Shades of Brandy Punch #BC7C51

Tints of Brandy Punch #BC7C51

Color information

#BC7C51 (or 0xBC7C51) is unknown color: approx Brandy Punch. HEX triplet: BC, 7C and 51. RGB value is (188,124,81). Sum of RGB (Red+Green+Blue) = 188+124+81=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C51 is #4383AE. Grayscale: #8A8A8A. Windows color (decimal): -4424623 or 5340348. OLE color: 5340348.

HSL color Cylindrical-coordinate representation of color #BC7C51: hue angle of 24.11º 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 #BC7C51 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18812481-
CMYK00.340.570.26
HSL24.11º44.4%52.75%-
HSV(B)24.11º56.91%73.73%-
XYZ29.4325.711.19-
YUV138.2395.7163.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=47.84%
G=31.55%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881248100.340.570.2624.1144.452.75
HexBC7C51022391A182c35
Octal2741741210427132305465
Binary101111001111100101000101000101110011101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C51; }

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

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

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

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

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

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

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

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