Html Css Color HEX #B4B4AE Bombay

📋 copy color: '#B4B4AE'

red 180 ◦ green 180 ◦ blue 174

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

Shades of Bombay #B4B4AE

Tints of Bombay #B4B4AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 33.71%
G = 33.71%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B4B4AE (or 0xB4B4AE) is known color: Bombay. HEX triplet: B4, B4 and AE. RGB value is (180,180,174). Sum of RGB (Red+Green+Blue) = 180+180+174=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4AE is #4B4B51. Grayscale: #B3B3B3. Windows color (decimal): -4934482 or 11449524. OLE color: 11449524.

HSL color Cylindrical-coordinate representation of color #B4B4AE: 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.03%. Process color model (Four color, CMYK) of #B4B4AE is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 174 -
CMYK 0 0 0.03 0.29
HSL 60º 0.04% 0.69% -
HSV(B) 60º 0.03% 0.71% -
XYZ 42.78 45.4 46.55 -
YUV 179.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 180 180 174 0 0 0.03 0.29 60 0.04 0.69
Hex B4 B4 AE 0 0 3 1D 3C 4 45
Octal 264 264 256 0 0 3 35 74 4 105
Binary 10110100 10110100 10101110 0 0 11 11101 111100 100 1000101

Color Harmonies of #B4B4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B4AE

Black with #B4B4AE

Text Example


Text Example

White with #B4B4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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