#B9733F

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

Shades of Brandy Punch #B9733F

Tints of Brandy Punch #B9733F

Color information

#B9733F (or 0xB9733F) is unknown color: approx Brandy Punch. HEX triplet: B9, 73 and 3F. RGB value is (185,115,63). Sum of RGB (Red+Green+Blue) = 185+115+63=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9733F is #468CC0. Grayscale: #828282. Windows color (decimal): -4623553 or 4158393. OLE color: 4158393.

HSL color Cylindrical-coordinate representation of color #B9733F: hue angle of 25.57º 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 #B9733F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18511563-
CMYK00.380.660.27
HSL25.57º49.19%48.63%-
HSV(B)25.57º65.95%72.55%-
XYZ27.0422.937.7-
YUV13090.19167.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 63 (25% from 255) = 17.36%
R=50.96%
G=31.68%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851156300.380.660.2725.5749.1948.63
HexB9733F026421B1a3131
Octal2711637704610233326161
Binary101110011110011111111010011010000101101111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9733F; }

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

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

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

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

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

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

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

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