#B1322A

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

Shades of Brown #B1322A

Tints of Brown #B1322A

Color information

#B1322A (or 0xB1322A) is unknown color: approx Brown. HEX triplet: B1, 32 and 2A. RGB value is (177,50,42). Sum of RGB (Red+Green+Blue) = 177+50+42=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1322A is #4ECDD5. Grayscale: #575757. Windows color (decimal): -5164502 or 2765489. OLE color: 2765489.

HSL color Cylindrical-coordinate representation of color #B1322A: hue angle of 3.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1322A is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1775042-
CMYK00.720.760.31
HSL3.56º61.64%42.94%-
HSV(B)3.56º76.27%69.41%-
XYZ19.6911.83.43-
YUV87.06102.58192.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=65.80%
G=18.59%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177504200.720.760.313.5661.6442.94
HexB1322A0484C1F43e2b
Octal261625201101143747653
Binary1011000111001010101001001000100110011111100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1322A; }

 p { color: rgb(177,50,42); }

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

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

 a { background-color: rgb(177,50,42); }

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

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

 span { border-color: rgb(177,50,42); }

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