#B3322E

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

Shades of Brown #B3322E

Tints of Brown #B3322E

Color information

#B3322E (or 0xB3322E) is unknown color: approx Brown. HEX triplet: B3, 32 and 2E. RGB value is (179,50,46). Sum of RGB (Red+Green+Blue) = 179+50+46=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3322E is #4CCDD1. Grayscale: #585858. Windows color (decimal): -5033426 or 3027635. OLE color: 3027635.

HSL color Cylindrical-coordinate representation of color #B3322E: hue angle of 1.8º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3322E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1795046-
CMYK00.720.740.30
HSL1.8º59.11%44.12%-
HSV(B)1.8º74.3%70.2%-
XYZ20.2212.063.85-
YUV88.12104.24192.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.09%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=65.09%
G=18.18%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179504600.720.740.301.859.1144.12
HexB3322E0484A1E23b2c
Octal263625601101123627354
Binary101100111100101011100100100010010101111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3322E; }

 p { color: rgb(179,50,46); }

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

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

 a { background-color: rgb(179,50,46); }

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

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

 span { border-color: rgb(179,50,46); }

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