Html Css Color HEX #B1B2AB Bombay

📋 copy color: '#B1B2AB'

red 177 ◦ green 178 ◦ blue 171

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

Shades of Bombay #B1B2AB

Tints of Bombay #B1B2AB

RGB

 RED value IS 177 (69.53% from 255) = 33.65%

 GREEN value IS 178 (69.92% from 255) = 33.84%

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

R = 33.65%
G = 33.84%
B = 32.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B1B2AB (or 0xB1B2AB) is known color: Bombay. HEX triplet: B1, B2 and AB. RGB value is (177,178,171). Sum of RGB (Red+Green+Blue) = 177+178+171=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B2AB is #4E4D54. Grayscale: #B0B0B0. Windows color (decimal): -5131605 or 11252401. OLE color: 11252401.

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

Color convert

RGB 177 178 171 -
CMYK 0.01 0 0.04 0.30
HSL 68.57º 0.04% 0.68% -
HSV(B) 68.57º 0.04% 0.7% -
XYZ 41.4 44.13 44.86 -
YUV 176.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 177 178 171 0.01 0 0.04 0.30 68.57 0.04 0.68
Hex B1 B2 AB 1 0 4 1E 45 4 44
Octal 261 262 253 1 0 4 36 105 4 104
Binary 10110001 10110010 10101011 1 0 100 11110 1000101 100 1000100

Color Harmonies of #B1B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B2AB

Black with #B1B2AB

Text Example


Text Example

White with #B1B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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