Html Css Color HEX #B0926F Mongoose

📋 copy color: '#B0926F'

red 176 ◦ green 146 ◦ blue 111

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

Shades of Mongoose #B0926F

Tints of Mongoose #B0926F

RGB

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

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

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

R = 40.65%
G = 33.72%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0926F (or 0xB0926F) is known color: Mongoose. HEX triplet: B0, 92 and 6F. RGB value is (176,146,111). Sum of RGB (Red+Green+Blue) = 176+146+111=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0926F is #4F6D90. Grayscale: #979797. Windows color (decimal): -5205393 or 7312048. OLE color: 7312048.

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

Color convert

RGB 176 146 111 -
CMYK 0 0.17 0.37 0.31
HSL 32.31º 0.29% 0.56% -
HSV(B) 32.31º 0.37% 0.69% -
XYZ 31.05 30.94 19.37 -
YUV 150.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 176 146 111 0 0.17 0.37 0.31 32.31 0.29 0.56
Hex B0 92 6F 0 11 25 1F 20 1D 38
Octal 260 222 157 0 21 45 37 40 35 70
Binary 10110000 10010010 1101111 0 10001 100101 11111 100000 11101 111000

Color Harmonies of #B0926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0926F

Black with #B0926F

Text Example


Text Example

White with #B0926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0926F; }

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

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

background-color css

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

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

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

border-color css

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

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

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