#B98448

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

Shades of Brandy Punch #B98448

Tints of Brandy Punch #B98448

Color information

#B98448 (or 0xB98448) is unknown color: approx Brandy Punch. HEX triplet: B9, 84 and 48. RGB value is (185,132,72). Sum of RGB (Red+Green+Blue) = 185+132+72=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98448 is #467BB7. Grayscale: #8D8D8D. Windows color (decimal): -4619192 or 4752569. OLE color: 4752569.

HSL color Cylindrical-coordinate representation of color #B98448: hue angle of 31.86º 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 #B98448 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18513272-
CMYK00.290.610.27
HSL31.86º44.66%50.39%-
HSV(B)31.86º61.08%72.55%-
XYZ29.4327.289.85-
YUV141.0189.06159.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=47.56%
G=33.93%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851327200.290.610.2731.8644.6650.39
HexB9844801D3D1B202d32
Octal2712041100357533405562
Binary1011100110000100100100001110111110111011100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98448; }

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

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

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

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

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

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

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

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