Html Css Color HEX #B1B29D Bombay

📋 copy color: '#B1B29D'

red 177 ◦ green 178 ◦ blue 157

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

Shades of Bombay #B1B29D

Tints of Bombay #B1B29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 34.57%
G = 34.77%
B = 30.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B1B29D (or 0xB1B29D) is known color: Bombay. HEX triplet: B1, B2 and 9D. RGB value is (177,178,157). Sum of RGB (Red+Green+Blue) = 177+178+157=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B29D is #4E4D62. Grayscale: #AFAFAF. Windows color (decimal): -5131619 or 10334897. OLE color: 10334897.

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

Color convert

RGB 177 178 157 -
CMYK 0.01 0 0.12 0.30
HSL 62.86º 0.12% 0.66% -
HSV(B) 62.86º 0.12% 0.7% -
XYZ 40.14 43.62 38.2 -
YUV 175.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 177 178 157 0.01 0 0.12 0.30 62.86 0.12 0.66
Hex B1 B2 9D 1 0 C 1E 3F C 42
Octal 261 262 235 1 0 14 36 77 14 102
Binary 10110001 10110010 10011101 1 0 1100 11110 111111 1100 1000010

Color Harmonies of #B1B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B29D

Black with #B1B29D

Text Example


Text Example

White with #B1B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B29D; }

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

 H1.HeaderClassName
 {
   color: #B1B29D;
 }
 .AnyTagClassName
 {
   color: #B1B29D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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