#B88145

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

Shades of Brandy Punch #B88145

Tints of Brandy Punch #B88145

Color information

#B88145 (or 0xB88145) is unknown color: approx Brandy Punch. HEX triplet: B8, 81 and 45. RGB value is (184,129,69). Sum of RGB (Red+Green+Blue) = 184+129+69=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88145 is #477EBA. Grayscale: #8A8A8A. Windows color (decimal): -4685499 or 4555192. OLE color: 4555192.

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

Color convert

RGB18412969-
CMYK00.300.620.28
HSL31.3º45.45%49.61%-
HSV(B)31.3º62.5%72.16%-
XYZ28.6926.329.2-
YUV138.6188.72160.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=48.17%
G=33.77%
B=18.06%

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
Decimal1841296900.300.620.2831.345.4549.61
HexB8814501E3E1C1f2d32
Octal2702011050367634375562
Binary101110001000000110001010111101111101110011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88145; }

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

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

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

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

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

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

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

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