Html Css Color HEX #B09770 Mongoose

📋 copy color: '#B09770'

red 176 ◦ green 151 ◦ blue 112

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

Shades of Mongoose #B09770

Tints of Mongoose #B09770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 40.09%
G = 34.4%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B09770 (or 0xB09770) is known color: Mongoose. HEX triplet: B0, 97 and 70. RGB value is (176,151,112). Sum of RGB (Red+Green+Blue) = 176+151+112=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09770 is #4F688F. Grayscale: #9A9A9A. Windows color (decimal): -5204112 or 7378864. OLE color: 7378864.

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

Color convert

RGB 176 151 112 -
CMYK 0 0.14 0.36 0.31
HSL 36.56º 0.29% 0.56% -
HSV(B) 36.56º 0.36% 0.69% -
XYZ 31.9 32.53 19.93 -
YUV 154.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 176 151 112 0 0.14 0.36 0.31 36.56 0.29 0.56
Hex B0 97 70 0 E 24 1F 25 1D 38
Octal 260 227 160 0 16 44 37 45 35 70
Binary 10110000 10010111 1110000 0 1110 100100 11111 100101 11101 111000

Color Harmonies of #B09770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09770

Black with #B09770

Text Example


Text Example

White with #B09770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09770; }

 p { color: rgb(176,151,112); }

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

background-color css

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

 a { background-color: rgb(176,151,112); }

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

border-color css

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

 span { border-color: rgb(176,151,112); }

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