#B8814A

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

Shades of Brandy Punch #B8814A

Tints of Brandy Punch #B8814A

Color information

#B8814A (or 0xB8814A) is unknown color: approx Brandy Punch. HEX triplet: B8, 81 and 4A. RGB value is (184,129,74). Sum of RGB (Red+Green+Blue) = 184+129+74=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8814A is #477EB5. Grayscale: #8B8B8B. Windows color (decimal): -4685494 or 4882872. OLE color: 4882872.

HSL color Cylindrical-coordinate representation of color #B8814A: hue angle of 30º 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 #B8814A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18412974-
CMYK00.300.600.28
HSL30º43.65%50.59%-
HSV(B)30º59.78%72.16%-
XYZ28.8526.3910.05-
YUV139.1891.22159.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=47.55%
G=33.33%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841297400.300.600.283043.6550.59
HexB8814A01E3C1C1e2c33
Octal2702011120367434365463
Binary101110001000000110010100111101111001110011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8814A; }

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

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

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

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

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

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

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

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