#B1B29E

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

Shades of Bombay #B1B29E

Tints of Bombay #B1B29E

Color information

#B1B29E (or 0xB1B29E) is unknown color: approx Bombay. HEX triplet: B1, B2 and 9E. RGB value is (177,178,158). Sum of RGB (Red+Green+Blue) = 177+178+158=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B29E is #4E4D61. Grayscale: #AFAFAF. Windows color (decimal): -5131618 or 10400433. OLE color: 10400433.

HSL color Cylindrical-coordinate representation of color #B1B29E: hue angle of 63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1B29E is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB177178158-
CMYK0.0100.110.30
HSL63º11.49%65.88%-
HSV(B)63º11.24%69.8%-
XYZ40.2243.6638.65-
YUV175.42118.17129.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=34.50%
G=34.70%
B=30.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771781580.0100.110.306311.4965.88
HexB1B29E10B1E3fb42
Octal2612622361013367713102
Binary1011000110110010100111101010111111011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B29E; }

 p { color: rgb(177,178,158); }

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

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

 a { background-color: rgb(177,178,158); }

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

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

 span { border-color: rgb(177,178,158); }

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