#B9844B

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

Shades of Brandy Punch #B9844B

Tints of Brandy Punch #B9844B

Color information

#B9844B (or 0xB9844B) is unknown color: approx Brandy Punch. HEX triplet: B9, 84 and 4B. RGB value is (185,132,75). Sum of RGB (Red+Green+Blue) = 185+132+75=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9844B is #467BB4. Grayscale: #8D8D8D. Windows color (decimal): -4619189 or 4949177. OLE color: 4949177.

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

Color convert

RGB18513275-
CMYK00.290.590.27
HSL31.09º44%50.98%-
HSV(B)31.09º59.46%72.55%-
XYZ29.5327.3210.37-
YUV141.3590.56159.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=47.19%
G=33.67%
B=19.13%

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
Decimal1851327500.290.590.2731.094450.98
HexB9844B01D3B1B1f2c33
Octal2712041130357333375463
Binary101110011000010010010110111011110111101111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9844B; }

 p { color: rgb(185,132,75); }

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

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

 a { background-color: rgb(185,132,75); }

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

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

 span { border-color: rgb(185,132,75); }

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