#B1312D

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

Shades of Brown #B1312D

Tints of Brown #B1312D

Color information

#B1312D (or 0xB1312D) is unknown color: approx Brown. HEX triplet: B1, 31 and 2D. RGB value is (177,49,45). Sum of RGB (Red+Green+Blue) = 177+49+45=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1312D is #4ECED2. Grayscale: #565656. Windows color (decimal): -5164755 or 2961841. OLE color: 2961841.

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

Color convert

RGB1774945-
CMYK00.720.750.31
HSL1.82º59.46%43.53%-
HSV(B)1.82º74.58%69.41%-
XYZ19.711.733.71-
YUV86.82104.41192.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.31%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=65.31%
G=18.08%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177494500.720.750.311.8259.4643.53
HexB1312D0484B1F23b2c
Octal261615501101133727354
Binary101100011100011011010100100010010111111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1312D; }

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

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

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

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

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

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

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

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