Html Css Color HEX #B0956E Mongoose

📋 copy color: '#B0956E'

red 176 ◦ green 149 ◦ blue 110

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

Shades of Mongoose #B0956E

Tints of Mongoose #B0956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 40.46%
G = 34.25%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0956E (or 0xB0956E) is known color: Mongoose. HEX triplet: B0, 95 and 6E. RGB value is (176,149,110). Sum of RGB (Red+Green+Blue) = 176+149+110=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0956E is #4F6A91. Grayscale: #989898. Windows color (decimal): -5204626 or 7247280. OLE color: 7247280.

HSL color Cylindrical-coordinate representation of color #B0956E: hue angle of 35.45º degrees, saturation: 0.29, 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 #B0956E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 110 -
CMYK 0 0.15 0.37 0.31
HSL 35.45º 0.29% 0.56% -
HSV(B) 35.45º 0.38% 0.69% -
XYZ 31.47 31.85 19.24 -
YUV 152.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 176 149 110 0 0.15 0.37 0.31 35.45 0.29 0.56
Hex B0 95 6E 0 F 25 1F 23 1D 38
Octal 260 225 156 0 17 45 37 43 35 70
Binary 10110000 10010101 1101110 0 1111 100101 11111 100011 11101 111000

Color Harmonies of #B0956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0956E

Black with #B0956E

Text Example


Text Example

White with #B0956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0956E; }

 p { color: rgb(176,149,110); }

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

background-color css

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

 a { background-color: rgb(176,149,110); }

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

border-color css

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

 span { border-color: rgb(176,149,110); }

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