Html Css Color HEX #B1322E Brown

📋 copy color: '#B1322E'

red 177 ◦ green 50 ◦ blue 46

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

Shades of Brown #B1322E

Tints of Brown #B1322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 64.84%
G = 18.32%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1322E (or 0xB1322E) is known color: Brown. HEX triplet: B1, 32 and 2E. RGB value is (177,50,46). Sum of RGB (Red+Green+Blue) = 177+50+46=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1322E is #4ECDD1. Grayscale: #575757. Windows color (decimal): -5164498 or 3027633. OLE color: 3027633.

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

Color convert

RGB 177 50 46 -
CMYK 0 0.72 0.74 0.31
HSL 1.83º 0.59% 0.44% -
HSV(B) 1.83º 0.74% 0.69% -
XYZ 19.77 11.83 3.83 -
YUV 87.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 177 50 46 0 0.72 0.74 0.31 1.83 0.59 0.44
Hex B1 32 2E 0 48 4A 1F 2 3B 2C
Octal 261 62 56 0 110 112 37 2 73 54
Binary 10110001 110010 101110 0 1001000 1001010 11111 10 111011 101100

Color Harmonies of #B1322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1322E

Black with #B1322E

Text Example


Text Example

White with #B1322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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