#B9773F

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

Shades of Brandy Punch #B9773F

Tints of Brandy Punch #B9773F

Color information

#B9773F (or 0xB9773F) is unknown color: approx Brandy Punch. HEX triplet: B9, 77 and 3F. RGB value is (185,119,63). Sum of RGB (Red+Green+Blue) = 185+119+63=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9773F is #4688C0. Grayscale: #848484. Windows color (decimal): -4622529 or 4159417. OLE color: 4159417.

HSL color Cylindrical-coordinate representation of color #B9773F: hue angle of 27.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9773F is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18511963-
CMYK00.360.660.27
HSL27.54º49.19%48.63%-
HSV(B)27.54º65.95%72.55%-
XYZ27.523.877.86-
YUV132.3588.87165.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 63 (25% from 255) = 17.17%
R=50.41%
G=32.43%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851196300.360.660.2727.5449.1948.63
HexB9773F024421B1c3131
Octal2711677704410233346161
Binary101110011110111111111010010010000101101111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9773F; }

 p { color: rgb(185,119,63); }

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

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

 a { background-color: rgb(185,119,63); }

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

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

 span { border-color: rgb(185,119,63); }

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