#B9754A

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

Shades of Brandy Punch #B9754A

Tints of Brandy Punch #B9754A

Color information

#B9754A (or 0xB9754A) is unknown color: approx Brandy Punch. HEX triplet: B9, 75 and 4A. RGB value is (185,117,74). Sum of RGB (Red+Green+Blue) = 185+117+74=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9754A is #468AB5. Grayscale: #848484. Windows color (decimal): -4623030 or 4879801. OLE color: 4879801.

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

Color convert

RGB18511774-
CMYK00.370.60.27
HSL23.24º44.22%50.78%-
HSV(B)23.24º60%72.55%-
XYZ27.623.539.57-
YUV132.4395.03165.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=49.20%
G=31.12%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851177400.370.60.2723.2444.2250.78
HexB9754A0253C1B172c33
Octal2711651120457433275463
Binary101110011110101100101001001011111001101110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9754A; }

 p { color: rgb(185,117,74); }

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

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

 a { background-color: rgb(185,117,74); }

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

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

 span { border-color: rgb(185,117,74); }

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