#B9733D

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

Shades of Brandy Punch #B9733D

Tints of Brandy Punch #B9733D

Color information

#B9733D (or 0xB9733D) is unknown color: approx Brandy Punch. HEX triplet: B9, 73 and 3D. RGB value is (185,115,61). Sum of RGB (Red+Green+Blue) = 185+115+61=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9733D is #468CC2. Grayscale: #828282. Windows color (decimal): -4623555 or 4027321. OLE color: 4027321.

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

Color convert

RGB18511561-
CMYK00.380.670.27
HSL26.13º50.41%48.24%-
HSV(B)26.13º67.03%72.55%-
XYZ26.9822.917.42-
YUV129.7789.19167.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=51.25%
G=31.86%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851156100.380.670.2726.1350.4148.24
HexB9733D026431B1a3230
Octal2711637504610333326260
Binary101110011110011111101010011010000111101111010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9733D; }

 p { color: rgb(185,115,61); }

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

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

 a { background-color: rgb(185,115,61); }

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

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

 span { border-color: rgb(185,115,61); }

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