#B1332A

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

Shades of Brown #B1332A

Tints of Brown #B1332A

Color information

#B1332A (or 0xB1332A) is unknown color: approx Brown. HEX triplet: B1, 33 and 2A. RGB value is (177,51,42). Sum of RGB (Red+Green+Blue) = 177+51+42=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1332A is #4ECCD5. Grayscale: #575757. Windows color (decimal): -5164246 or 2765745. OLE color: 2765745.

HSL color Cylindrical-coordinate representation of color #B1332A: hue angle of 4º 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 #B1332A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1775142-
CMYK00.710.760.31
HSL61.64%42.94%-
HSV(B)76.27%69.41%-
XYZ19.7311.883.44-
YUV87.65102.24191.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=65.56%
G=18.89%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177514200.710.760.31461.6442.94
HexB1332A0474C1F43e2b
Octal261635201071143747653
Binary1011000111001110101001000111100110011111100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1332A; }

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

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

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

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

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

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

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

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