Html Css Color HEX #B2B2AD Bombay

📋 copy color: '#B2B2AD'

red 178 ◦ green 178 ◦ blue 173

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

Shades of Bombay #B2B2AD

Tints of Bombay #B2B2AD

RGB

 RED value IS 178 (69.92% from 255) = 33.65%

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

 BLUE value IS 173 (67.97% from 255) = 32.7%

R = 33.65%
G = 33.65%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B2B2AD (or 0xB2B2AD) is known color: Bombay. HEX triplet: B2, B2 and AD. RGB value is (178,178,173). Sum of RGB (Red+Green+Blue) = 178+178+173=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B2AD is #4D4D52. Grayscale: #B1B1B1. Windows color (decimal): -5066067 or 11383474. OLE color: 11383474.

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

Color convert

RGB 178 178 173 -
CMYK 0 0 0.03 0.30
HSL 60º 0.03% 0.69% -
HSV(B) 60º 0.03% 0.7% -
XYZ 41.82 44.32 45.89 -
YUV 177.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 178 178 173 0 0 0.03 0.30 60 0.03 0.69
Hex B2 B2 AD 0 0 3 1E 3C 3 45
Octal 262 262 255 0 0 3 36 74 3 105
Binary 10110010 10110010 10101101 0 0 11 11110 111100 11 1000101

Color Harmonies of #B2B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B2AD

Black with #B2B2AD

Text Example


Text Example

White with #B2B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B2AD; }

 p { color: rgb(178,178,173); }

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

background-color css

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

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

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

border-color css

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

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

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