#B98041

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

Shades of Brandy Punch #B98041

Tints of Brandy Punch #B98041

Color information

#B98041 (or 0xB98041) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 41. RGB value is (185,128,65). Sum of RGB (Red+Green+Blue) = 185+128+65=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B98041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98041 is #467FBE. Grayscale: #8A8A8A. Windows color (decimal): -4620223 or 4292793. OLE color: 4292793.

HSL color Cylindrical-coordinate representation of color #B98041: hue angle of 31.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 #B98041 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18512865-
CMYK00.310.650.27
HSL31.5º48%49.02%-
HSV(B)31.5º64.86%72.55%-
XYZ28.6826.138.53-
YUV137.8686.88161.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=48.94%
G=33.86%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851286500.310.650.2731.54849.02
HexB9804101F411B203031
Octal27120010103710133406061
Binary10111001100000001000001011111100000111011100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98041; }

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

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

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

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

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

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

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

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