#B9834E

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

Shades of Brandy Punch #B9834E

Tints of Brandy Punch #B9834E

Color information

#B9834E (or 0xB9834E) is unknown color: approx Brandy Punch. HEX triplet: B9, 83 and 4E. RGB value is (185,131,78). Sum of RGB (Red+Green+Blue) = 185+131+78=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9834E is #467CB1. Grayscale: #8D8D8D. Windows color (decimal): -4619442 or 5145529. OLE color: 5145529.

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

Color convert

RGB18513178-
CMYK00.290.580.27
HSL29.72º43.32%51.57%-
HSV(B)29.72º57.84%72.55%-
XYZ29.527.110.88-
YUV141.192.39159.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 78 (30.86% from 255) = 19.80%
R=46.95%
G=33.25%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851317800.290.580.2729.7243.3251.57
HexB9834E01D3A1B1e2b34
Octal2712031160357233365364
Binary101110011000001110011100111011110101101111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9834E; }

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

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

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

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

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

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

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

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