Html Css Color HEX #B19470 Mongoose

📋 copy color: '#B19470'

red 177 ◦ green 148 ◦ blue 112

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

Shades of Mongoose #B19470

Tints of Mongoose #B19470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 40.5%
G = 33.87%
B = 25.63%

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

#B19470 (or 0xB19470) is known color: Mongoose. HEX triplet: B1, 94 and 70. RGB value is (177,148,112). Sum of RGB (Red+Green+Blue) = 177+148+112=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B19470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19470 is #4E6B8F. Grayscale: #989898. Windows color (decimal): -5139344 or 7378097. OLE color: 7378097.

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

Color convert

RGB 177 148 112 -
CMYK 0 0.16 0.37 0.31
HSL 33.23º 0.29% 0.57% -
HSV(B) 33.23º 0.37% 0.69% -
XYZ 31.65 31.7 19.78 -
YUV 152.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 177 148 112 0 0.16 0.37 0.31 33.23 0.29 0.57
Hex B1 94 70 0 10 25 1F 21 1D 39
Octal 261 224 160 0 20 45 37 41 35 71
Binary 10110001 10010100 1110000 0 10000 100101 11111 100001 11101 111001

Color Harmonies of #B19470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19470

Black with #B19470

Text Example


Text Example

White with #B19470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19470; }

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

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

background-color css

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

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

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

border-color css

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

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

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