#B9773C

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

Shades of Brandy Punch #B9773C

Tints of Brandy Punch #B9773C

Color information

#B9773C (or 0xB9773C) is unknown color: approx Brandy Punch. HEX triplet: B9, 77 and 3C. RGB value is (185,119,60). Sum of RGB (Red+Green+Blue) = 185+119+60=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9773C is #4688C3. Grayscale: #848484. Windows color (decimal): -4622532 or 3962809. OLE color: 3962809.

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

Color convert

RGB18511960-
CMYK00.360.680.27
HSL28.32º51.02%48.04%-
HSV(B)28.32º67.57%72.55%-
XYZ27.4223.837.43-
YUV132.0187.37165.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=50.82%
G=32.69%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851196000.360.680.2728.3251.0248.04
HexB9773C024441B1c3330
Octal2711677404410433346360
Binary101110011110111111100010010010001001101111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9773C; }

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

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

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

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

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

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

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

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