Html Css Color HEX #B1322A Brown

📋 copy color: '#B1322A'

red 177 ◦ green 50 ◦ blue 42

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

Shades of Brown #B1322A

Tints of Brown #B1322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 65.8%
G = 18.59%
B = 15.61%

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

#B1322A (or 0xB1322A) is known color: Brown. HEX triplet: B1, 32 and 2A. RGB value is (177,50,42). Sum of RGB (Red+Green+Blue) = 177+50+42=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1322A is #4ECDD5. Grayscale: #575757. Windows color (decimal): -5164502 or 2765489. OLE color: 2765489.

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

Color convert

RGB 177 50 42 -
CMYK 0 0.72 0.76 0.31
HSL 3.56º 0.62% 0.43% -
HSV(B) 3.56º 0.76% 0.69% -
XYZ 19.69 11.8 3.43 -
YUV 87.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 177 50 42 0 0.72 0.76 0.31 3.56 0.62 0.43
Hex B1 32 2A 0 48 4C 1F 4 3E 2B
Octal 261 62 52 0 110 114 37 4 76 53
Binary 10110001 110010 101010 0 1001000 1001100 11111 100 111110 101011

Color Harmonies of #B1322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1322A

Black with #B1322A

Text Example


Text Example

White with #B1322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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