Html Css Color HEX #B0956F Mongoose

📋 copy color: '#B0956F'

red 176 ◦ green 149 ◦ blue 111

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

Shades of Mongoose #B0956F

Tints of Mongoose #B0956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

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

R = 40.37%
G = 34.17%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0956F (or 0xB0956F) is known color: Mongoose. HEX triplet: B0, 95 and 6F. RGB value is (176,149,111). Sum of RGB (Red+Green+Blue) = 176+149+111=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0956F is #4F6A90. Grayscale: #989898. Windows color (decimal): -5204625 or 7312816. OLE color: 7312816.

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

Color convert

RGB 176 149 111 -
CMYK 0 0.15 0.37 0.31
HSL 35.08º 0.29% 0.56% -
HSV(B) 35.08º 0.37% 0.69% -
XYZ 31.52 31.87 19.53 -
YUV 152.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 176 149 111 0 0.15 0.37 0.31 35.08 0.29 0.56
Hex B0 95 6F 0 F 25 1F 23 1D 38
Octal 260 225 157 0 17 45 37 43 35 70
Binary 10110000 10010101 1101111 0 1111 100101 11111 100011 11101 111000

Color Harmonies of #B0956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0956F

Black with #B0956F

Text Example


Text Example

White with #B0956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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