Html Css Color HEX #B0946F Mongoose

📋 copy color: '#B0946F'

red 176 ◦ green 148 ◦ blue 111

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

Shades of Mongoose #B0946F

Tints of Mongoose #B0946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

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

R = 40.46%
G = 34.02%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0946F (or 0xB0946F) is known color: Mongoose. HEX triplet: B0, 94 and 6F. RGB value is (176,148,111). Sum of RGB (Red+Green+Blue) = 176+148+111=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0946F is #4F6B90. Grayscale: #989898. Windows color (decimal): -5204881 or 7312560. OLE color: 7312560.

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

Color convert

RGB 176 148 111 -
CMYK 0 0.16 0.37 0.31
HSL 34.15º 0.29% 0.56% -
HSV(B) 34.15º 0.37% 0.69% -
XYZ 31.36 31.56 19.48 -
YUV 152.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 176 148 111 0 0.16 0.37 0.31 34.15 0.29 0.56
Hex B0 94 6F 0 10 25 1F 22 1D 38
Octal 260 224 157 0 20 45 37 42 35 70
Binary 10110000 10010100 1101111 0 10000 100101 11111 100010 11101 111000

Color Harmonies of #B0946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0946F

Black with #B0946F

Text Example


Text Example

White with #B0946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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