#BC744B

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

Shades of Brandy Punch #BC744B

Tints of Brandy Punch #BC744B

Color information

#BC744B (or 0xBC744B) is unknown color: approx Brandy Punch. HEX triplet: BC, 74 and 4B. RGB value is (188,116,75). Sum of RGB (Red+Green+Blue) = 188+116+75=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC744B is #438BB4. Grayscale: #858585. Windows color (decimal): -4426677 or 4945084. OLE color: 4945084.

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

Color convert

RGB18811675-
CMYK00.380.600.26
HSL21.77º45.75%51.57%-
HSV(B)21.77º60.11%73.73%-
XYZ28.2523.699.74-
YUV132.8595.35167.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 75 (29.69% from 255) = 19.79%
R=49.60%
G=30.61%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881167500.380.600.2621.7745.7551.57
HexBC744B0263C1A162e34
Octal2741641130467432265664
Binary101111001110100100101101001101111001101010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC744B; }

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

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

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

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

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

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

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

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