Html Css Color HEX #B0B1AB Bombay

📋 copy color: '#B0B1AB'

red 176 ◦ green 177 ◦ blue 171

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

Shades of Bombay #B0B1AB

Tints of Bombay #B0B1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 33.59%
G = 33.78%
B = 32.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B0B1AB (or 0xB0B1AB) is known color: Bombay. HEX triplet: B0, B1 and AB. RGB value is (176,177,171). Sum of RGB (Red+Green+Blue) = 176+177+171=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1AB is #4F4E54. Grayscale: #B0B0B0. Windows color (decimal): -5197397 or 11252144. OLE color: 11252144.

HSL color Cylindrical-coordinate representation of color #B0B1AB: hue angle of 70º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0B1AB is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 171 -
CMYK 0.01 0 0.03 0.31
HSL 70º 0.04% 0.68% -
HSV(B) 70º 0.03% 0.69% -
XYZ 40.98 43.61 44.79 -
YUV 176.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 176 177 171 0.01 0 0.03 0.31 70 0.04 0.68
Hex B0 B1 AB 1 0 3 1F 46 4 44
Octal 260 261 253 1 0 3 37 106 4 104
Binary 10110000 10110001 10101011 1 0 11 11111 1000110 100 1000100

Color Harmonies of #B0B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B1AB

Black with #B0B1AB

Text Example


Text Example

White with #B0B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B1AB; }

 p { color: rgb(176,177,171); }

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

background-color css

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

 a { background-color: rgb(176,177,171); }

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

border-color css

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

 span { border-color: rgb(176,177,171); }

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