Html Css Color HEX #B4B4AD Bombay

📋 copy color: '#B4B4AD'

red 180 ◦ green 180 ◦ blue 173

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

Shades of Bombay #B4B4AD

Tints of Bombay #B4B4AD

RGB

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

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

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

R = 33.77%
G = 33.77%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B4B4AD (or 0xB4B4AD) is known color: Bombay. HEX triplet: B4, B4 and AD. RGB value is (180,180,173). Sum of RGB (Red+Green+Blue) = 180+180+173=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4AD is #4B4B52. Grayscale: #B3B3B3. Windows color (decimal): -4934483 or 11383988. OLE color: 11383988.

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

Color convert

RGB 180 180 173 -
CMYK 0 0 0.04 0.29
HSL 60º 0.04% 0.69% -
HSV(B) 60º 0.04% 0.71% -
XYZ 42.69 45.36 46.04 -
YUV 179.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 180 180 173 0 0 0.04 0.29 60 0.04 0.69
Hex B4 B4 AD 0 0 4 1D 3C 4 45
Octal 264 264 255 0 0 4 35 74 4 105
Binary 10110100 10110100 10101101 0 0 100 11101 111100 100 1000101

Color Harmonies of #B4B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B4AD

Black with #B4B4AD

Text Example


Text Example

White with #B4B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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