#B97949

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

Shades of Brandy Punch #B97949

Tints of Brandy Punch #B97949

Color information

#B97949 (or 0xB97949) is unknown color: approx Brandy Punch. HEX triplet: B9, 79 and 49. RGB value is (185,121,73). Sum of RGB (Red+Green+Blue) = 185+121+73=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B97949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97949 is #4686B6. Grayscale: #868686. Windows color (decimal): -4622007 or 4815289. OLE color: 4815289.

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

Color convert

RGB18512173-
CMYK00.350.610.27
HSL25.71º44.44%50.59%-
HSV(B)25.71º60.54%72.55%-
XYZ28.0524.479.55-
YUV134.6693.2163.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=48.81%
G=31.93%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851217300.350.610.2725.7144.4450.59
HexB979490233D1B1a2c33
Octal2711711110437533325463
Binary101110011111001100100101000111111011101111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97949; }

 p { color: rgb(185,121,73); }

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

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

 a { background-color: rgb(185,121,73); }

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

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

 span { border-color: rgb(185,121,73); }

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