Html Css Color HEX #B18C70 Mongoose

📋 copy color: '#B18C70'

red 177 ◦ green 140 ◦ blue 112

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

Shades of Mongoose #B18C70

Tints of Mongoose #B18C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

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

R = 41.26%
G = 32.63%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B18C70 (or 0xB18C70) is known color: Mongoose. HEX triplet: B1, 8C and 70. RGB value is (177,140,112). Sum of RGB (Red+Green+Blue) = 177+140+112=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C70 is #4E738F. Grayscale: #949494. Windows color (decimal): -5141392 or 7376049. OLE color: 7376049.

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

Color convert

RGB 177 140 112 -
CMYK 0 0.21 0.37 0.31
HSL 25.85º 0.29% 0.57% -
HSV(B) 25.85º 0.37% 0.69% -
XYZ 30.43 29.27 19.38 -
YUV 147.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 177 140 112 0 0.21 0.37 0.31 25.85 0.29 0.57
Hex B1 8C 70 0 15 25 1F 1A 1D 39
Octal 261 214 160 0 25 45 37 32 35 71
Binary 10110001 10001100 1110000 0 10101 100101 11111 11010 11101 111001

Color Harmonies of #B18C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C70

Black with #B18C70

Text Example


Text Example

White with #B18C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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