Html Css Color HEX #B0926E Mongoose

📋 copy color: '#B0926E'

red 176 ◦ green 146 ◦ blue 110

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

Shades of Mongoose #B0926E

Tints of Mongoose #B0926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 40.74%
G = 33.8%
B = 25.46%

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

#B0926E (or 0xB0926E) is known color: Mongoose. HEX triplet: B0, 92 and 6E. RGB value is (176,146,110). Sum of RGB (Red+Green+Blue) = 176+146+110=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0926E is #4F6D91. Grayscale: #979797. Windows color (decimal): -5205394 or 7246512. OLE color: 7246512.

HSL color Cylindrical-coordinate representation of color #B0926E: hue angle of 32.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0926E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 110 -
CMYK 0 0.17 0.37 0.31
HSL 32.73º 0.29% 0.56% -
HSV(B) 32.73º 0.38% 0.69% -
XYZ 31 30.91 19.09 -
YUV 150.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 176 146 110 0 0.17 0.37 0.31 32.73 0.29 0.56
Hex B0 92 6E 0 11 25 1F 21 1D 38
Octal 260 222 156 0 21 45 37 41 35 70
Binary 10110000 10010010 1101110 0 10001 100101 11111 100001 11101 111000

Color Harmonies of #B0926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0926E

Black with #B0926E

Text Example


Text Example

White with #B0926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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