#B88046

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

Shades of Brandy Punch #B88046

Tints of Brandy Punch #B88046

Color information

#B88046 (or 0xB88046) is unknown color: approx Brandy Punch. HEX triplet: B8, 80 and 46. RGB value is (184,128,70). Sum of RGB (Red+Green+Blue) = 184+128+70=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88046 is #477FB9. Grayscale: #8A8A8A. Windows color (decimal): -4685754 or 4620472. OLE color: 4620472.

HSL color Cylindrical-coordinate representation of color #B88046: hue angle of 30.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B88046 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18412870-
CMYK00.300.620.28
HSL30.53º44.88%49.8%-
HSV(B)30.53º61.96%72.16%-
XYZ28.5926.079.32-
YUV138.1389.55160.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=48.17%
G=33.51%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841287000.300.620.2830.5344.8849.8
HexB8804601E3E1C1f2d32
Octal2702001060367634375562
Binary101110001000000010001100111101111101110011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88046; }

 p { color: rgb(184,128,70); }

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

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

 a { background-color: rgb(184,128,70); }

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

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

 span { border-color: rgb(184,128,70); }

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