#BC764B

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

Shades of Brandy Punch #BC764B

Tints of Brandy Punch #BC764B

Color information

#BC764B (or 0xBC764B) is unknown color: approx Brandy Punch. HEX triplet: BC, 76 and 4B. RGB value is (188,118,75). Sum of RGB (Red+Green+Blue) = 188+118+75=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC764B is #4389B4. Grayscale: #868686. Windows color (decimal): -4426165 or 4945596. OLE color: 4945596.

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

Color convert

RGB18811875-
CMYK00.370.600.26
HSL22.83º45.75%51.57%-
HSV(B)22.83º60.11%73.73%-
XYZ28.4924.169.82-
YUV134.0394.69166.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=49.34%
G=30.97%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881187500.370.600.2622.8345.7551.57
HexBC764B0253C1A172e34
Octal2741661130457432275664
Binary101111001110110100101101001011111001101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC764B; }

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

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

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

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

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

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

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

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