#B8844A

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

Shades of Brandy Punch #B8844A

Tints of Brandy Punch #B8844A

Color information

#B8844A (or 0xB8844A) is unknown color: approx Brandy Punch. HEX triplet: B8, 84 and 4A. RGB value is (184,132,74). Sum of RGB (Red+Green+Blue) = 184+132+74=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8844A is #477BB5. Grayscale: #8D8D8D. Windows color (decimal): -4684726 or 4883640. OLE color: 4883640.

HSL color Cylindrical-coordinate representation of color #B8844A: hue angle of 31.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8844A is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18413274-
CMYK00.280.600.28
HSL31.64º43.65%50.59%-
HSV(B)31.64º59.78%72.16%-
XYZ29.2527.1910.18-
YUV140.9490.23158.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 74 (29.30% from 255) = 18.97%
R=47.18%
G=33.85%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841327400.280.600.2831.6443.6550.59
HexB8844A01C3C1C202c33
Octal2702041120347434405463
Binary1011100010000100100101001110011110011100100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8844A; }

 p { color: rgb(184,132,74); }

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

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

 a { background-color: rgb(184,132,74); }

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

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

 span { border-color: rgb(184,132,74); }

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