Html Css Color HEX #B0B0AE Bombay

📋 copy color: '#B0B0AE'

red 176 ◦ green 176 ◦ blue 174

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

Shades of Bombay #B0B0AE

Tints of Bombay #B0B0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.46%

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

R = 33.46%
G = 33.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B0B0AE (or 0xB0B0AE) is known color: Bombay. HEX triplet: B0, B0 and AE. RGB value is (176,176,174). Sum of RGB (Red+Green+Blue) = 176+176+174=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B0AE is #4F4F51. Grayscale: #AFAFAF. Windows color (decimal): -5197650 or 11448496. OLE color: 11448496.

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

Color convert

RGB 176 176 174 -
CMYK 0 0 0.01 0.31
HSL 60º 0.01% 0.69% -
HSV(B) 60º 0.01% 0.69% -
XYZ 41.07 43.34 46.24 -
YUV 175.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 176 176 174 0 0 0.01 0.31 60 0.01 0.69
Hex B0 B0 AE 0 0 1 1F 3C 1 45
Octal 260 260 256 0 0 1 37 74 1 105
Binary 10110000 10110000 10101110 0 0 1 11111 111100 1 1000101

Color Harmonies of #B0B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B0AE

Black with #B0B0AE

Text Example


Text Example

White with #B0B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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