Html Css Color HEX #B19270 Mongoose

📋 copy color: '#B19270'

red 177 ◦ green 146 ◦ blue 112

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

Shades of Mongoose #B19270

Tints of Mongoose #B19270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.56%

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

R = 40.69%
G = 33.56%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B19270 (or 0xB19270) is known color: Mongoose. HEX triplet: B1, 92 and 70. RGB value is (177,146,112). Sum of RGB (Red+Green+Blue) = 177+146+112=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B19270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19270 is #4E6D8F. Grayscale: #979797. Windows color (decimal): -5139856 or 7377585. OLE color: 7377585.

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

Color convert

RGB 177 146 112 -
CMYK 0 0.18 0.37 0.31
HSL 31.38º 0.29% 0.57% -
HSV(B) 31.38º 0.37% 0.69% -
XYZ 31.33 31.07 19.68 -
YUV 151.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 177 146 112 0 0.18 0.37 0.31 31.38 0.29 0.57
Hex B1 92 70 0 12 25 1F 1F 1D 39
Octal 261 222 160 0 22 45 37 37 35 71
Binary 10110001 10010010 1110000 0 10010 100101 11111 11111 11101 111001

Color Harmonies of #B19270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19270

Black with #B19270

Text Example


Text Example

White with #B19270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19270; }

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

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

background-color css

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

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

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

border-color css

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

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

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