Html Css Color HEX #B1956E Mongoose

📋 copy color: '#B1956E'

red 177 ◦ green 149 ◦ blue 110

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

Shades of Mongoose #B1956E

Tints of Mongoose #B1956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 40.6%
G = 34.17%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1956E (or 0xB1956E) is known color: Mongoose. HEX triplet: B1, 95 and 6E. RGB value is (177,149,110). Sum of RGB (Red+Green+Blue) = 177+149+110=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1956E is #4E6A91. Grayscale: #999999. Windows color (decimal): -5139090 or 7247281. OLE color: 7247281.

HSL color Cylindrical-coordinate representation of color #B1956E: hue angle of 34.93º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1956E is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 110 -
CMYK 0 0.16 0.38 0.31
HSL 34.93º 0.3% 0.56% -
HSV(B) 34.93º 0.38% 0.69% -
XYZ 31.69 31.97 19.25 -
YUV 152.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 177 149 110 0 0.16 0.38 0.31 34.93 0.3 0.56
Hex B1 95 6E 0 10 26 1F 23 1E 38
Octal 261 225 156 0 20 46 37 43 36 70
Binary 10110001 10010101 1101110 0 10000 100110 11111 100011 11110 111000

Color Harmonies of #B1956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1956E

Black with #B1956E

Text Example


Text Example

White with #B1956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1956E; }

 p { color: rgb(177,149,110); }

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

background-color css

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

 a { background-color: rgb(177,149,110); }

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

border-color css

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

 span { border-color: rgb(177,149,110); }

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