#b9834c

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

Shades of Brandy Punch #B9834C

Tints of Brandy Punch #B9834C

Color information

#B9834C (or 0xB9834C) is unknown color: approx Brandy Punch. HEX triplet: B9, 83 and 4C. RGB value is (185,131,76). Sum of RGB (Red+Green+Blue) = 185+131+76=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9834C is #467CB3. Grayscale: #8D8D8D. Windows color (decimal): -4619444 or 5014457. OLE color: 5014457.

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

Color convert

RGB18513176-
CMYK00.290.590.27
HSL30.28º43.78%51.18%-
HSV(B)30.28º58.92%72.55%-
XYZ29.4327.0710.51-
YUV140.8891.39159.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=47.19%
G=33.42%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851317600.290.590.2730.2843.7851.18
HexB9834C01D3B1B1e2c33
Octal2712031140357333365463
Binary101110011000001110011000111011110111101111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9834c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9834c; }

 p { color: rgb(185,131,76); }

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

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

 a { background-color: rgb(185,131,76); }

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

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

 span { border-color: rgb(185,131,76); }

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