#B4B4AD

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

Shades of Bombay #B4B4AD

Tints of Bombay #B4B4AD

Color information

#B4B4AD (or 0xB4B4AD) is unknown color: approx Bombay. HEX triplet: B4, B4 and AD. RGB value is (180,180,173). Sum of RGB (Red+Green+Blue) = 180+180+173=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4AD is #4B4B52. Grayscale: #B3B3B3. Windows color (decimal): -4934483 or 11383988. OLE color: 11383988.

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

Color convert

RGB180180173-
CMYK000.040.29
HSL60º4.46%69.22%-
HSV(B)60º3.89%70.59%-
XYZ42.6945.3646.04-
YUV179.2124.5128.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=33.77%
G=33.77%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180173000.040.29604.4669.22
HexB4B4AD0041D3c445
Octal26426425500435744105
Binary10110100101101001010110100100111011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4AD; }

 p { color: rgb(180,180,173); }

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

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

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

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

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

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

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