Html Css Color HEX #B0936B Mongoose

📋 copy color: '#B0936B'

red 176 ◦ green 147 ◦ blue 107

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

Shades of Mongoose #B0936B

Tints of Mongoose #B0936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 40.93%
G = 34.19%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0936B (or 0xB0936B) is known color: Mongoose. HEX triplet: B0, 93 and 6B. RGB value is (176,147,107). Sum of RGB (Red+Green+Blue) = 176+147+107=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0936B is #4F6C94. Grayscale: #979797. Windows color (decimal): -5205141 or 7050160. OLE color: 7050160.

HSL color Cylindrical-coordinate representation of color #B0936B: hue angle of 34.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0936B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 107 -
CMYK 0 0.16 0.39 0.31
HSL 34.78º 0.3% 0.55% -
HSV(B) 34.78º 0.39% 0.69% -
XYZ 30.99 31.16 18.29 -
YUV 151.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 176 147 107 0 0.16 0.39 0.31 34.78 0.3 0.55
Hex B0 93 6B 0 10 27 1F 23 1E 37
Octal 260 223 153 0 20 47 37 43 36 67
Binary 10110000 10010011 1101011 0 10000 100111 11111 100011 11110 110111

Color Harmonies of #B0936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0936B

Black with #B0936B

Text Example


Text Example

White with #B0936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0936B; }

 p { color: rgb(176,147,107); }

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

background-color css

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

 a { background-color: rgb(176,147,107); }

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

border-color css

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

 span { border-color: rgb(176,147,107); }

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