Html Css Color HEX #B0B19E Bombay

📋 copy color: '#B0B19E'

red 176 ◦ green 177 ◦ blue 158

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

Shades of Bombay #B0B19E

Tints of Bombay #B0B19E

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

 GREEN value IS 177 (69.53% from 255) = 34.64%

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

R = 34.44%
G = 34.64%
B = 30.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0B19E (or 0xB0B19E) is known color: Bombay. HEX triplet: B0, B1 and 9E. RGB value is (176,177,158). Sum of RGB (Red+Green+Blue) = 176+177+158=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B19E is #4F4E61. Grayscale: #AEAEAE. Windows color (decimal): -5197410 or 10400176. OLE color: 10400176.

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

Color convert

RGB 176 177 158 -
CMYK 0.01 0 0.11 0.31
HSL 63.16º 0.11% 0.66% -
HSV(B) 63.16º 0.11% 0.69% -
XYZ 39.8 43.14 38.58 -
YUV 174.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 176 177 158 0.01 0 0.11 0.31 63.16 0.11 0.66
Hex B0 B1 9E 1 0 B 1F 3F B 42
Octal 260 261 236 1 0 13 37 77 13 102
Binary 10110000 10110001 10011110 1 0 1011 11111 111111 1011 1000010

Color Harmonies of #B0B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B19E

Black with #B0B19E

Text Example


Text Example

White with #B0B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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