Html Css Color HEX #B0896A Mongoose

📋 copy color: '#B0896A'

red 176 ◦ green 137 ◦ blue 106

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

Shades of Mongoose #B0896A

Tints of Mongoose #B0896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 42%
G = 32.7%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0896A (or 0xB0896A) is known color: Mongoose. HEX triplet: B0, 89 and 6A. RGB value is (176,137,106). Sum of RGB (Red+Green+Blue) = 176+137+106=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0896A is #4F7695. Grayscale: #919191. Windows color (decimal): -5207702 or 6982064. OLE color: 6982064.

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

Color convert

RGB 176 137 106 -
CMYK 0 0.22 0.40 0.31
HSL 26.57º 0.31% 0.55% -
HSV(B) 26.57º 0.4% 0.69% -
XYZ 29.45 28.16 17.52 -
YUV 145.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 176 137 106 0 0.22 0.40 0.31 26.57 0.31 0.55
Hex B0 89 6A 0 16 28 1F 1B 1F 37
Octal 260 211 152 0 26 50 37 33 37 67
Binary 10110000 10001001 1101010 0 10110 101000 11111 11011 11111 110111

Color Harmonies of #B0896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0896A

Black with #B0896A

Text Example


Text Example

White with #B0896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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