Html Css Color HEX #B1332B Brown

📋 copy color: '#B1332B'

red 177 ◦ green 51 ◦ blue 43

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

Shades of Brown #B1332B

Tints of Brown #B1332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

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

R = 65.31%
G = 18.82%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1332B (or 0xB1332B) is known color: Brown. HEX triplet: B1, 33 and 2B. RGB value is (177,51,43). Sum of RGB (Red+Green+Blue) = 177+51+43=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1332B is #4ECCD4. Grayscale: #575757. Windows color (decimal): -5164245 or 2831281. OLE color: 2831281.

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

Color convert

RGB 177 51 43 -
CMYK 0 0.71 0.76 0.31
HSL 3.58º 0.61% 0.43% -
HSV(B) 3.58º 0.76% 0.69% -
XYZ 19.75 11.89 3.54 -
YUV 87.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 177 51 43 0 0.71 0.76 0.31 3.58 0.61 0.43
Hex B1 33 2B 0 47 4C 1F 4 3D 2B
Octal 261 63 53 0 107 114 37 4 75 53
Binary 10110001 110011 101011 0 1000111 1001100 11111 100 111101 101011

Color Harmonies of #B1332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1332B

Black with #B1332B

Text Example


Text Example

White with #B1332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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