#B98241

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

Shades of Brandy Punch #B98241

Tints of Brandy Punch #B98241

Color information

#B98241 (or 0xB98241) is unknown color: approx Brandy Punch. HEX triplet: B9, 82 and 41. RGB value is (185,130,65). Sum of RGB (Red+Green+Blue) = 185+130+65=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B98241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98241 is #467DBE. Grayscale: #8B8B8B. Windows color (decimal): -4619711 or 4293305. OLE color: 4293305.

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

Color convert

RGB18513065-
CMYK00.300.650.27
HSL32.5º48%49.02%-
HSV(B)32.5º64.86%72.55%-
XYZ28.9426.668.62-
YUV139.0486.22160.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=48.68%
G=34.21%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851306500.300.650.2732.54849.02
HexB9824101E411B213031
Octal27120210103610133416061
Binary10111001100000101000001011110100000111011100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98241; }

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

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

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

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

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

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

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

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