#B1332D

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

Shades of Brown #B1332D

Tints of Brown #B1332D

Color information

#B1332D (or 0xB1332D) is unknown color: approx Brown. HEX triplet: B1, 33 and 2D. RGB value is (177,51,45). Sum of RGB (Red+Green+Blue) = 177+51+45=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1332D is #4ECCD2. Grayscale: #585858. Windows color (decimal): -5164243 or 2962353. OLE color: 2962353.

HSL color Cylindrical-coordinate representation of color #B1332D: hue angle of 2.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1332D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1775145-
CMYK00.710.750.31
HSL2.73º59.46%43.53%-
HSV(B)2.73º74.58%69.41%-
XYZ19.7911.93.74-
YUV87.99103.74191.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.84%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=64.84%
G=18.68%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177514500.710.750.312.7359.4643.53
HexB1332D0474B1F33b2c
Octal261635501071133737354
Binary101100011100111011010100011110010111111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1332D; }

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

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

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

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

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

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

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

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