Html Css Color HEX #B08871 Mongoose

📋 copy color: '#B08871'

red 176 ◦ green 136 ◦ blue 113

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

Shades of Mongoose #B08871

Tints of Mongoose #B08871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 41.41%
G = 32%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B08871 (or 0xB08871) is known color: Mongoose. HEX triplet: B0, 88 and 71. RGB value is (176,136,113). Sum of RGB (Red+Green+Blue) = 176+136+113=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B08871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08871 is #4F778E. Grayscale: #919191. Windows color (decimal): -5207951 or 7440560. OLE color: 7440560.

HSL color Cylindrical-coordinate representation of color #B08871: hue angle of 21.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08871 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 113 -
CMYK 0 0.23 0.36 0.31
HSL 21.9º 0.29% 0.57% -
HSV(B) 21.9º 0.36% 0.69% -
XYZ 29.69 28.03 19.47 -
YUV 145.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 176 136 113 0 0.23 0.36 0.31 21.9 0.29 0.57
Hex B0 88 71 0 17 24 1F 16 1D 39
Octal 260 210 161 0 27 44 37 26 35 71
Binary 10110000 10001000 1110001 0 10111 100100 11111 10110 11101 111001

Color Harmonies of #B08871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08871

Black with #B08871

Text Example


Text Example

White with #B08871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08871; }

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

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

background-color css

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

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

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

border-color css

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

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

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