Html Css Color HEX #B1B1A5 Bombay

📋 copy color: '#B1B1A5'

red 177 ◦ green 177 ◦ blue 165

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

Shades of Bombay #B1B1A5

Tints of Bombay #B1B1A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 34.1%
G = 34.1%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B1B1A5 (or 0xB1B1A5) is known color: Bombay. HEX triplet: B1, B1 and A5. RGB value is (177,177,165). Sum of RGB (Red+Green+Blue) = 177+177+165=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B1A5 is #4E4E5A. Grayscale: #AFAFAF. Windows color (decimal): -5131867 or 10858929. OLE color: 10858929.

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

Color convert

RGB 177 177 165 -
CMYK 0 0 0.07 0.31
HSL 60º 0.07% 0.67% -
HSV(B) 60º 0.07% 0.69% -
XYZ 40.65 43.51 41.85 -
YUV 175.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 177 177 165 0 0 0.07 0.31 60 0.07 0.67
Hex B1 B1 A5 0 0 7 1F 3C 7 43
Octal 261 261 245 0 0 7 37 74 7 103
Binary 10110001 10110001 10100101 0 0 111 11111 111100 111 1000011

Color Harmonies of #B1B1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B1A5

Black with #B1B1A5

Text Example


Text Example

White with #B1B1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B1A5; }

 p { color: rgb(177,177,165); }

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

background-color css

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

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

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

border-color css

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

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

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