Html Css Color HEX #B1B29E Bombay

📋 copy color: '#B1B29E'

red 177 ◦ green 178 ◦ blue 158

#B1B29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bombay #B1B29E

Tints of Bombay #B1B29E

RGB

 RED value IS 177 (69.53% from 255) = 34.5%

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 34.5%
G = 34.7%
B = 30.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B1B29E (or 0xB1B29E) is known color: 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

RGB 177 178 158 -
CMYK 0.01 0 0.11 0.30
HSL 63º 0.11% 0.66% -
HSV(B) 63º 0.11% 0.7% -
XYZ 40.22 43.66 38.65 -
YUV 175.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 177 178 158 0.01 0 0.11 0.30 63 0.11 0.66
Hex B1 B2 9E 1 0 B 1E 3F B 42
Octal 261 262 236 1 0 13 36 77 13 102
Binary 10110001 10110010 10011110 1 0 1011 11110 111111 1011 1000010

Color Harmonies of #B1B29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B29E

Black with #B1B29E

Text Example


Text Example

White with #B1B29E

Text Example


Text Example

HTML Codes & Css Web 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>