Html Css Color HEX #B1322B Brown

📋 copy color: '#B1322B'

red 177 ◦ green 50 ◦ blue 43

#B1322B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #B1322B

Tints of Brown #B1322B

RGB

 RED value IS 177 (69.53% from 255) = 65.56%

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 65.56%
G = 18.52%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1322B (or 0xB1322B) is known color: Brown. HEX triplet: B1, 32 and 2B. RGB value is (177,50,43). Sum of RGB (Red+Green+Blue) = 177+50+43=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1322B is #4ECDD4. Grayscale: #575757. Windows color (decimal): -5164501 or 2831025. OLE color: 2831025.

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

Color convert

RGB 177 50 43 -
CMYK 0 0.72 0.76 0.31
HSL 3.13º 0.61% 0.43% -
HSV(B) 3.13º 0.76% 0.69% -
XYZ 19.71 11.8 3.52 -
YUV 87.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 177 50 43 0 0.72 0.76 0.31 3.13 0.61 0.43
Hex B1 32 2B 0 48 4C 1F 3 3D 2B
Octal 261 62 53 0 110 114 37 3 75 53
Binary 10110001 110010 101011 0 1001000 1001100 11111 11 111101 101011

Color Harmonies of #B1322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1322B

Black with #B1322B

Text Example


Text Example

White with #B1322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1322B; }

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

 H1.HeaderClassName
 {
   color: #B1322B;
 }
 .AnyTagClassName
 {
   color: #B1322B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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