Html Css Color HEX #B4B4B2 Bombay

📋 copy color: '#B4B4B2'

red 180 ◦ green 180 ◦ blue 178

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

Shades of Bombay #B4B4B2

Tints of Bombay #B4B4B2

RGB

 RED value IS 180 (70.7% from 255) = 33.46%

 GREEN value IS 180 (70.7% from 255) = 33.46%

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 33.46%
G = 33.46%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B4B4B2 (or 0xB4B4B2) is known color: Bombay. HEX triplet: B4, B4 and B2. RGB value is (180,180,178). Sum of RGB (Red+Green+Blue) = 180+180+178=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4B2 is #4B4B4D. Grayscale: #B3B3B3. Windows color (decimal): -4934478 or 11711668. OLE color: 11711668.

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

Color convert

RGB 180 180 178 -
CMYK 0 0 0.01 0.29
HSL 60º 0.01% 0.7% -
HSV(B) 60º 0.01% 0.71% -
XYZ 43.18 45.56 48.64 -
YUV 179.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 180 180 178 0 0 0.01 0.29 60 0.01 0.7
Hex B4 B4 B2 0 0 1 1D 3C 1 46
Octal 264 264 262 0 0 1 35 74 1 106
Binary 10110100 10110100 10110010 0 0 1 11101 111100 1 1000110

Color Harmonies of #B4B4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B4B2

Black with #B4B4B2

Text Example


Text Example

White with #B4B4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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