#BC7951

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

Shades of Brandy Punch #BC7951

Tints of Brandy Punch #BC7951

Color information

#BC7951 (or 0xBC7951) is unknown color: approx Brandy Punch. HEX triplet: BC, 79 and 51. RGB value is (188,121,81). Sum of RGB (Red+Green+Blue) = 188+121+81=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7951 is #4386AE. Grayscale: #888888. Windows color (decimal): -4425391 or 5339580. OLE color: 5339580.

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

Color convert

RGB18812181-
CMYK00.360.570.26
HSL22.43º44.4%52.75%-
HSV(B)22.43º56.91%73.73%-
XYZ29.0624.9611.07-
YUV136.4796.7164.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=48.21%
G=31.03%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881218100.360.570.2622.4344.452.75
HexBC7951024391A162c35
Octal2741711210447132265465
Binary101111001111001101000101001001110011101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7951; }

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

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

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

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

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

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

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

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