#B97841

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

Shades of Brandy Punch #B97841

Tints of Brandy Punch #B97841

Color information

#B97841 (or 0xB97841) is unknown color: approx Brandy Punch. HEX triplet: B9, 78 and 41. RGB value is (185,120,65). Sum of RGB (Red+Green+Blue) = 185+120+65=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B97841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97841 is #4687BE. Grayscale: #858585. Windows color (decimal): -4622271 or 4290745. OLE color: 4290745.

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

Color convert

RGB18512065-
CMYK00.350.650.27
HSL27.5º48%49.02%-
HSV(B)27.5º64.86%72.55%-
XYZ27.6824.138.2-
YUV133.1689.53164.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=50%
G=32.43%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851206500.350.650.2727.54849.02
HexB97841023411B1c3031
Octal27117010104310133346061
Binary1011100111110001000001010001110000011101111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97841; }

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

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

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

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

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

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

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

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