Html Css Color HEX #B1946F Mongoose

📋 copy color: '#B1946F'

red 177 ◦ green 148 ◦ blue 111

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

Shades of Mongoose #B1946F

Tints of Mongoose #B1946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 40.6%
G = 33.94%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1946F (or 0xB1946F) is known color: Mongoose. HEX triplet: B1, 94 and 6F. RGB value is (177,148,111). Sum of RGB (Red+Green+Blue) = 177+148+111=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1946F is #4E6B90. Grayscale: #989898. Windows color (decimal): -5139345 or 7312561. OLE color: 7312561.

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

Color convert

RGB 177 148 111 -
CMYK 0 0.16 0.37 0.31
HSL 33.64º 0.3% 0.56% -
HSV(B) 33.64º 0.37% 0.69% -
XYZ 31.59 31.67 19.49 -
YUV 152.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 177 148 111 0 0.16 0.37 0.31 33.64 0.3 0.56
Hex B1 94 6F 0 10 25 1F 22 1E 38
Octal 261 224 157 0 20 45 37 42 36 70
Binary 10110001 10010100 1101111 0 10000 100101 11111 100010 11110 111000

Color Harmonies of #B1946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1946F

Black with #B1946F

Text Example


Text Example

White with #B1946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1946F; }

 p { color: rgb(177,148,111); }

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

background-color css

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

 a { background-color: rgb(177,148,111); }

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

border-color css

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

 span { border-color: rgb(177,148,111); }

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