#B4B4AA

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

Shades of Bombay #B4B4AA

Tints of Bombay #B4B4AA

Color information

#B4B4AA (or 0xB4B4AA) is unknown color: approx Bombay. HEX triplet: B4, B4 and AA. RGB value is (180,180,170). Sum of RGB (Red+Green+Blue) = 180+180+170=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4AA is #4B4B55. Grayscale: #B2B2B2. Windows color (decimal): -4934486 or 11187380. OLE color: 11187380.

HSL color Cylindrical-coordinate representation of color #B4B4AA: hue angle of 60º 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 #B4B4AA is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180180170-
CMYK000.060.29
HSL60º6.25%68.63%-
HSV(B)60º5.56%70.59%-
XYZ42.445.2544.53-
YUV178.86123128.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=33.96%
G=33.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180170000.060.29606.2568.63
HexB4B4AA0061D3c645
Octal26426425200635746105
Binary10110100101101001010101000110111011111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4AA; }

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

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

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

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

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

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

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

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