Html Css Color HEX #B0B29F Bombay

📋 copy color: '#B0B29F'

red 176 ◦ green 178 ◦ blue 159

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

Shades of Bombay #B0B29F

Tints of Bombay #B0B29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.99%

R = 34.31%
G = 34.7%
B = 30.99%

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

#B0B29F (or 0xB0B29F) is known color: Bombay. HEX triplet: B0, B2 and 9F. RGB value is (176,178,159). Sum of RGB (Red+Green+Blue) = 176+178+159=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B29F is #4F4D60. Grayscale: #AFAFAF. Windows color (decimal): -5197153 or 10465968. OLE color: 10465968.

HSL color Cylindrical-coordinate representation of color #B0B29F: hue angle of 66.32º 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 #B0B29F is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 159 -
CMYK 0.01 0 0.11 0.30
HSL 66.32º 0.11% 0.66% -
HSV(B) 66.32º 0.11% 0.7% -
XYZ 40.08 43.57 39.1 -
YUV 175.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 176 178 159 0.01 0 0.11 0.30 66.32 0.11 0.66
Hex B0 B2 9F 1 0 B 1E 42 B 42
Octal 260 262 237 1 0 13 36 102 13 102
Binary 10110000 10110010 10011111 1 0 1011 11110 1000010 1011 1000010

Color Harmonies of #B0B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B29F

Black with #B0B29F

Text Example


Text Example

White with #B0B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B29F; }

 p { color: rgb(176,178,159); }

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

background-color css

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

 a { background-color: rgb(176,178,159); }

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

border-color css

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

 span { border-color: rgb(176,178,159); }

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