#B4B4AE

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

Shades of Bombay #B4B4AE

Tints of Bombay #B4B4AE

Color information

#B4B4AE (or 0xB4B4AE) is unknown color: approx Bombay. HEX triplet: B4, B4 and AE. RGB value is (180,180,174). Sum of RGB (Red+Green+Blue) = 180+180+174=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4AE is #4B4B51. Grayscale: #B3B3B3. Windows color (decimal): -4934482 or 11449524. OLE color: 11449524.

HSL color Cylindrical-coordinate representation of color #B4B4AE: 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.03%. Process color model (Four color, CMYK) of #B4B4AE is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180180174-
CMYK000.030.29
HSL60º3.85%69.41%-
HSV(B)60º3.33%70.59%-
XYZ42.7845.446.55-
YUV179.32125128.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=33.71%
G=33.71%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180174000.030.29603.8569.41
HexB4B4AE0031D3c445
Octal26426425600335744105
Binary1011010010110100101011100011111011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4AE; }

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

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

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

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

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

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

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

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