#B97646

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

Shades of Brandy Punch #B97646

Tints of Brandy Punch #B97646

Color information

#B97646 (or 0xB97646) is unknown color: approx Brandy Punch. HEX triplet: B9, 76 and 46. RGB value is (185,118,70). Sum of RGB (Red+Green+Blue) = 185+118+70=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B97646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97646 is #4689B9. Grayscale: #848484. Windows color (decimal): -4622778 or 4617913. OLE color: 4617913.

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

Color convert

RGB18511870-
CMYK00.360.620.27
HSL25.04º45.1%50%-
HSV(B)25.04º62.16%72.55%-
XYZ27.5923.718.92-
YUV132.5692.7165.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=49.60%
G=31.64%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851187000.360.620.2725.0445.150
HexB976460243E1B192d32
Octal2711661060447633315562
Binary101110011110110100011001001001111101101111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97646; }

 p { color: rgb(185,118,70); }

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

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

 a { background-color: rgb(185,118,70); }

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

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

 span { border-color: rgb(185,118,70); }

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