#B98248

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

Shades of Brandy Punch #B98248

Tints of Brandy Punch #B98248

Color information

#B98248 (or 0xB98248) is unknown color: approx Brandy Punch. HEX triplet: B9, 82 and 48. RGB value is (185,130,72). Sum of RGB (Red+Green+Blue) = 185+130+72=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B98248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98248 is #467DB7. Grayscale: #8C8C8C. Windows color (decimal): -4619704 or 4752057. OLE color: 4752057.

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

Color convert

RGB18513072-
CMYK00.300.610.27
HSL30.8º44.66%50.39%-
HSV(B)30.8º61.08%72.55%-
XYZ29.1626.759.76-
YUV139.8389.72160.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=47.80%
G=33.59%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851307200.300.610.2730.844.6650.39
HexB9824801E3D1B1f2d32
Octal2712021100367533375562
Binary101110011000001010010000111101111011101111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98248; }

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

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

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

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

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

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

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

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