Html Css Color HEX #B0916F Mongoose

📋 copy color: '#B0916F'

red 176 ◦ green 145 ◦ blue 111

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

Shades of Mongoose #B0916F

Tints of Mongoose #B0916F

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

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

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

R = 40.74%
G = 33.56%
B = 25.69%

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

#B0916F (or 0xB0916F) is known color: Mongoose. HEX triplet: B0, 91 and 6F. RGB value is (176,145,111). Sum of RGB (Red+Green+Blue) = 176+145+111=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0916F is #4F6E90. Grayscale: #969696. Windows color (decimal): -5205649 or 7311792. OLE color: 7311792.

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

Color convert

RGB 176 145 111 -
CMYK 0 0.18 0.37 0.31
HSL 31.38º 0.29% 0.56% -
HSV(B) 31.38º 0.37% 0.69% -
XYZ 30.9 30.63 19.32 -
YUV 150.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 176 145 111 0 0.18 0.37 0.31 31.38 0.29 0.56
Hex B0 91 6F 0 12 25 1F 1F 1D 38
Octal 260 221 157 0 22 45 37 37 35 70
Binary 10110000 10010001 1101111 0 10010 100101 11111 11111 11101 111000

Color Harmonies of #B0916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0916F

Black with #B0916F

Text Example


Text Example

White with #B0916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0916F; }

 p { color: rgb(176,145,111); }

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

background-color css

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

 a { background-color: rgb(176,145,111); }

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

border-color css

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

 span { border-color: rgb(176,145,111); }

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