#B97849

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

Shades of Brandy Punch #B97849

Tints of Brandy Punch #B97849

Color information

#B97849 (or 0xB97849) is unknown color: approx Brandy Punch. HEX triplet: B9, 78 and 49. RGB value is (185,120,73). Sum of RGB (Red+Green+Blue) = 185+120+73=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B97849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97849 is #4687B6. Grayscale: #868686. Windows color (decimal): -4622263 or 4815033. OLE color: 4815033.

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

Color convert

RGB18512073-
CMYK00.350.610.27
HSL25.18º44.44%50.59%-
HSV(B)25.18º60.54%72.55%-
XYZ27.9324.239.51-
YUV134.0893.53164.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=48.94%
G=31.75%
B=19.31%

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
Decimal1851207300.350.610.2725.1844.4450.59
HexB978490233D1B192c33
Octal2711701110437533315463
Binary101110011111000100100101000111111011101111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97849; }

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

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

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

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

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

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

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

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