#B97846

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

Shades of Brandy Punch #B97846

Tints of Brandy Punch #B97846

Color information

#B97846 (or 0xB97846) is unknown color: approx Brandy Punch. HEX triplet: B9, 78 and 46. RGB value is (185,120,70). Sum of RGB (Red+Green+Blue) = 185+120+70=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B97846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97846 is #4687B9. Grayscale: #868686. Windows color (decimal): -4622266 or 4618425. OLE color: 4618425.

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

Color convert

RGB18512070-
CMYK00.350.620.27
HSL26.09º45.1%50%-
HSV(B)26.09º62.16%72.55%-
XYZ27.8324.199-
YUV133.7392.03164.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=49.33%
G=32%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851207000.350.620.2726.0945.150
HexB978460233E1B1a2d32
Octal2711701060437633325562
Binary101110011111000100011001000111111101101111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97846; }

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

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

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

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

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

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

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

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