Html Css Color HEX #B1916C Mongoose

📋 copy color: '#B1916C'

red 177 ◦ green 145 ◦ blue 108

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

Shades of Mongoose #B1916C

Tints of Mongoose #B1916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 41.16%
G = 33.72%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1916C (or 0xB1916C) is known color: Mongoose. HEX triplet: B1, 91 and 6C. RGB value is (177,145,108). Sum of RGB (Red+Green+Blue) = 177+145+108=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1916C is #4E6E93. Grayscale: #969696. Windows color (decimal): -5140116 or 7115185. OLE color: 7115185.

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

Color convert

RGB 177 145 108 -
CMYK 0 0.18 0.39 0.31
HSL 32.17º 0.31% 0.56% -
HSV(B) 32.17º 0.39% 0.69% -
XYZ 30.96 30.68 18.48 -
YUV 150.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 177 145 108 0 0.18 0.39 0.31 32.17 0.31 0.56
Hex B1 91 6C 0 12 27 1F 20 1F 38
Octal 261 221 154 0 22 47 37 40 37 70
Binary 10110001 10010001 1101100 0 10010 100111 11111 100000 11111 111000

Color Harmonies of #B1916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1916C

Black with #B1916C

Text Example


Text Example

White with #B1916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1916C; }

 p { color: rgb(177,145,108); }

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

background-color css

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

 a { background-color: rgb(177,145,108); }

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

border-color css

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

 span { border-color: rgb(177,145,108); }

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