Html Css Color HEX #B0886D Mongoose

📋 copy color: '#B0886D'

red 176 ◦ green 136 ◦ blue 109

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

Shades of Mongoose #B0886D

Tints of Mongoose #B0886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 41.81%
G = 32.3%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0886D (or 0xB0886D) is known color: Mongoose. HEX triplet: B0, 88 and 6D. RGB value is (176,136,109). Sum of RGB (Red+Green+Blue) = 176+136+109=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0886D is #4F7792. Grayscale: #919191. Windows color (decimal): -5207955 or 7178416. OLE color: 7178416.

HSL color Cylindrical-coordinate representation of color #B0886D: hue angle of 24.18º degrees, saturation: 0.3, 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 #B0886D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 109 -
CMYK 0 0.23 0.38 0.31
HSL 24.18º 0.3% 0.56% -
HSV(B) 24.18º 0.38% 0.69% -
XYZ 29.47 27.94 18.31 -
YUV 144.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 176 136 109 0 0.23 0.38 0.31 24.18 0.3 0.56
Hex B0 88 6D 0 17 26 1F 18 1E 38
Octal 260 210 155 0 27 46 37 30 36 70
Binary 10110000 10001000 1101101 0 10111 100110 11111 11000 11110 111000

Color Harmonies of #B0886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0886D

Black with #B0886D

Text Example


Text Example

White with #B0886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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