Html Css Color HEX #B8B5AD Grey Nickel

📋 copy color: '#B8B5AD'

red 184 ◦ green 181 ◦ blue 173

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

Shades of Grey Nickel #B8B5AD

Tints of Grey Nickel #B8B5AD

RGB

 RED value IS 184 (72.27% from 255) = 34.2%

 GREEN value IS 181 (71.09% from 255) = 33.64%

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

R = 34.2%
G = 33.64%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B8B5AD (or 0xB8B5AD) is known color: Grey Nickel. HEX triplet: B8, B5 and AD. RGB value is (184,181,173). Sum of RGB (Red+Green+Blue) = 184+181+173=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5AD is #474A52. Grayscale: #B5B5B5. Windows color (decimal): -4672083 or 11384248. OLE color: 11384248.

HSL color Cylindrical-coordinate representation of color #B8B5AD: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8B5AD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 181 173 -
CMYK 0 0.02 0.06 0.28
HSL 43.64º 0.07% 0.7% -
HSV(B) 43.64º 0.06% 0.72% -
XYZ 43.83 46.26 46.15 -
YUV 180.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 184 181 173 0 0.02 0.06 0.28 43.64 0.07 0.7
Hex B8 B5 AD 0 2 6 1C 2C 7 46
Octal 270 265 255 0 2 6 34 54 7 106
Binary 10111000 10110101 10101101 0 10 110 11100 101100 111 1000110

Color Harmonies of #B8B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B5AD

Black with #B8B5AD

Text Example


Text Example

White with #B8B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B5AD; }

 p { color: rgb(184,181,173); }

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

background-color css

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

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

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

border-color css

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

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

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