#b9744d

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

Shades of Brandy Punch #B9744D

Tints of Brandy Punch #B9744D

Color information

#B9744D (or 0xB9744D) is unknown color: approx Brandy Punch. HEX triplet: B9, 74 and 4D. RGB value is (185,116,77). Sum of RGB (Red+Green+Blue) = 185+116+77=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9744D is #468BB2. Grayscale: #848484. Windows color (decimal): -4623283 or 5076153. OLE color: 5076153.

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

Color convert

RGB18511677-
CMYK00.370.580.27
HSL21.67º43.55%51.37%-
HSV(B)21.67º58.38%72.55%-
XYZ27.5923.3410.07-
YUV132.1896.86165.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=48.94%
G=30.69%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851167700.370.580.2721.6743.5551.37
HexB9744D0253A1B162c33
Octal2711641150457233265463
Binary101110011110100100110101001011110101101110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9744d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9744d; }

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

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

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

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

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

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

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

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