#B88248

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

Shades of Brandy Punch #B88248

Tints of Brandy Punch #B88248

Color information

#B88248 (or 0xB88248) is unknown color: approx Brandy Punch. HEX triplet: B8, 82 and 48. RGB value is (184,130,72). Sum of RGB (Red+Green+Blue) = 184+130+72=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B88248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88248 is #477DB7. Grayscale: #8B8B8B. Windows color (decimal): -4685240 or 4752056. OLE color: 4752056.

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

Color convert

RGB18413072-
CMYK00.290.610.28
HSL31.07º44.09%50.2%-
HSV(B)31.07º60.87%72.16%-
XYZ28.9226.629.75-
YUV139.5389.89159.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=47.67%
G=33.68%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841307200.290.610.2831.0744.0950.2
HexB8824801D3D1C1f2c32
Octal2702021100357534375462
Binary101110001000001010010000111011111011110011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88248; }

 p { color: rgb(184,130,72); }

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

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

 a { background-color: rgb(184,130,72); }

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

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

 span { border-color: rgb(184,130,72); }

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