Html Css Color HEX #B0B1A6 Bombay

📋 copy color: '#B0B1A6'

red 176 ◦ green 177 ◦ blue 166

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

Shades of Bombay #B0B1A6

Tints of Bombay #B0B1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 33.91%
G = 34.1%
B = 31.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B0B1A6 (or 0xB0B1A6) is known color: Bombay. HEX triplet: B0, B1 and A6. RGB value is (176,177,166). Sum of RGB (Red+Green+Blue) = 176+177+166=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1A6 is #4F4E59. Grayscale: #AFAFAF. Windows color (decimal): -5197402 or 10924464. OLE color: 10924464.

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

Color convert

RGB 176 177 166 -
CMYK 0.01 0 0.06 0.31
HSL 65.45º 0.07% 0.67% -
HSV(B) 65.45º 0.06% 0.69% -
XYZ 40.51 43.43 42.32 -
YUV 175.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 176 177 166 0.01 0 0.06 0.31 65.45 0.07 0.67
Hex B0 B1 A6 1 0 6 1F 41 7 43
Octal 260 261 246 1 0 6 37 101 7 103
Binary 10110000 10110001 10100110 1 0 110 11111 1000001 111 1000011

Color Harmonies of #B0B1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B1A6

Black with #B0B1A6

Text Example


Text Example

White with #B0B1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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