#BC764A

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

Shades of Brandy Punch #BC764A

Tints of Brandy Punch #BC764A

Color information

#BC764A (or 0xBC764A) is unknown color: approx Brandy Punch. HEX triplet: BC, 76 and 4A. RGB value is (188,118,74). Sum of RGB (Red+Green+Blue) = 188+118+74=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC764A is #4389B5. Grayscale: #868686. Windows color (decimal): -4426166 or 4880060. OLE color: 4880060.

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

Color convert

RGB18811874-
CMYK00.370.610.26
HSL23.16º45.97%51.37%-
HSV(B)23.16º60.64%73.73%-
XYZ28.4524.149.64-
YUV133.9194.19166.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=49.47%
G=31.05%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881187400.370.610.2623.1645.9751.37
HexBC764A0253D1A172e33
Octal2741661120457532275663
Binary101111001110110100101001001011111011101010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC764A; }

 p { color: rgb(188,118,74); }

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

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

 a { background-color: rgb(188,118,74); }

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

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

 span { border-color: rgb(188,118,74); }

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