Html Css Color HEX #B0896D Mongoose

📋 copy color: '#B0896D'

red 176 ◦ green 137 ◦ blue 109

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

Shades of Mongoose #B0896D

Tints of Mongoose #B0896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 41.71%
G = 32.46%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0896D (or 0xB0896D) is known color: Mongoose. HEX triplet: B0, 89 and 6D. RGB value is (176,137,109). Sum of RGB (Red+Green+Blue) = 176+137+109=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0896D is #4F7692. Grayscale: #919191. Windows color (decimal): -5207699 or 7178672. OLE color: 7178672.

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

Color convert

RGB 176 137 109 -
CMYK 0 0.22 0.38 0.31
HSL 25.07º 0.3% 0.56% -
HSV(B) 25.07º 0.38% 0.69% -
XYZ 29.61 28.23 18.36 -
YUV 145.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 176 137 109 0 0.22 0.38 0.31 25.07 0.3 0.56
Hex B0 89 6D 0 16 26 1F 19 1E 38
Octal 260 211 155 0 26 46 37 31 36 70
Binary 10110000 10001001 1101101 0 10110 100110 11111 11001 11110 111000

Color Harmonies of #B0896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0896D

Black with #B0896D

Text Example


Text Example

White with #B0896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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