#b98140

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

Shades of Brandy Punch #B98140

Tints of Brandy Punch #B98140

Color information

#B98140 (or 0xB98140) is unknown color: approx Brandy Punch. HEX triplet: B9, 81 and 40. RGB value is (185,129,64). Sum of RGB (Red+Green+Blue) = 185+129+64=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B98140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98140 is #467EBF. Grayscale: #8A8A8A. Windows color (decimal): -4619968 or 4227513. OLE color: 4227513.

HSL color Cylindrical-coordinate representation of color #B98140: hue angle of 32.23º degrees, saturation: 0.49, 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 #B98140 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18512964-
CMYK00.300.650.27
HSL32.23º48.59%48.82%-
HSV(B)32.23º65.41%72.55%-
XYZ28.7826.388.43-
YUV138.3386.05161.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=48.94%
G=34.13%
B=16.93%

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
Decimal1851296400.300.650.2732.2348.5948.82
HexB9814001E411B203131
Octal27120110003610133406161
Binary10111001100000011000000011110100000111011100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98140; }

 p { color: rgb(185,129,64); }

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

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

 a { background-color: rgb(185,129,64); }

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

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

 span { border-color: rgb(185,129,64); }

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