Html Css Color HEX #B0886F Mongoose

📋 copy color: '#B0886F'

red 176 ◦ green 136 ◦ blue 111

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

Shades of Mongoose #B0886F

Tints of Mongoose #B0886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 41.61%
G = 32.15%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0886F (or 0xB0886F) is known color: Mongoose. HEX triplet: B0, 88 and 6F. RGB value is (176,136,111). Sum of RGB (Red+Green+Blue) = 176+136+111=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0886F is #4F7790. Grayscale: #919191. Windows color (decimal): -5207953 or 7309488. OLE color: 7309488.

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

Color convert

RGB 176 136 111 -
CMYK 0 0.23 0.37 0.31
HSL 23.08º 0.29% 0.56% -
HSV(B) 23.08º 0.37% 0.69% -
XYZ 29.58 27.99 18.88 -
YUV 145.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 176 136 111 0 0.23 0.37 0.31 23.08 0.29 0.56
Hex B0 88 6F 0 17 25 1F 17 1D 38
Octal 260 210 157 0 27 45 37 27 35 70
Binary 10110000 10001000 1101111 0 10111 100101 11111 10111 11101 111000

Color Harmonies of #B0886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0886F

Black with #B0886F

Text Example


Text Example

White with #B0886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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