#B97548

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

Shades of Brandy Punch #B97548

Tints of Brandy Punch #B97548

Color information

#B97548 (or 0xB97548) is unknown color: approx Brandy Punch. HEX triplet: B9, 75 and 48. RGB value is (185,117,72). Sum of RGB (Red+Green+Blue) = 185+117+72=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B97548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97548 is #468AB7. Grayscale: #848484. Windows color (decimal): -4623032 or 4748729. OLE color: 4748729.

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

Color convert

RGB18511772-
CMYK00.370.610.27
HSL23.89º44.66%50.39%-
HSV(B)23.89º61.08%72.55%-
XYZ27.5423.59.22-
YUV132.294.03165.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=49.47%
G=31.28%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851177200.370.610.2723.8944.6650.39
HexB975480253D1B182d32
Octal2711651100457533305562
Binary101110011110101100100001001011111011101111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97548; }

 p { color: rgb(185,117,72); }

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

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

 a { background-color: rgb(185,117,72); }

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

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

 span { border-color: rgb(185,117,72); }

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