#B4B5AB

Color #B4B5AB Bombay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bombay #B4B5AB

Tints of Bombay #B4B5AB

Color information

#B4B5AB (or 0xB4B5AB) is unknown color: approx Bombay. HEX triplet: B4, B5 and AB. RGB value is (180,181,171). Sum of RGB (Red+Green+Blue) = 180+181+171=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B5AB is #4B4A54. Grayscale: #B3B3B3. Windows color (decimal): -4934229 or 11253172. OLE color: 11253172.

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

Color convert

RGB180181171-
CMYK0.0100.060.29
HSL66º6.33%69.02%-
HSV(B)66º5.52%70.98%-
XYZ42.745.6945.1-
YUV179.56123.17128.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=33.83%
G=34.02%
B=32.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811710.0100.060.29666.3369.02
HexB4B5AB1061D42645
Octal264265253106351026105
Binary101101001011010110101011101101110110000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B5AB; }

 p { color: rgb(180,181,171); }

 H1.HeaderClassName
 {
   color: #B4B5AB;
 }
 .AnyTagClassName
 {
   color: #B4B5AB;
 }
</style>
background-color css

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

 a { background-color: rgb(180,181,171); }

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

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

 span { border-color: rgb(180,181,171); }

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