#B9744C

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

Shades of Brandy Punch #B9744C

Tints of Brandy Punch #B9744C

Color information

#B9744C (or 0xB9744C) is unknown color: approx Brandy Punch. HEX triplet: B9, 74 and 4C. RGB value is (185,116,76). Sum of RGB (Red+Green+Blue) = 185+116+76=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9744C is #468BB3. Grayscale: #848484. Windows color (decimal): -4623284 or 5010617. OLE color: 5010617.

HSL color Cylindrical-coordinate representation of color #B9744C: hue angle of 22.02º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9744C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18511676-
CMYK00.370.590.27
HSL22.02º43.78%51.18%-
HSV(B)22.02º58.92%72.55%-
XYZ27.5623.339.89-
YUV132.0796.36165.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=49.07%
G=30.77%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851167600.370.590.2722.0243.7851.18
HexB9744C0253B1B162c33
Octal2711641140457333265463
Binary101110011110100100110001001011110111101110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9744C; }

 p { color: rgb(185,116,76); }

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

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

 a { background-color: rgb(185,116,76); }

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

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

 span { border-color: rgb(185,116,76); }

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