Html Css Color HEX #B7B5AE Grey Nickel

📋 copy color: '#B7B5AE'

red 183 ◦ green 181 ◦ blue 174

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

Shades of Grey Nickel #B7B5AE

Tints of Grey Nickel #B7B5AE

RGB

 RED value IS 183 (71.88% from 255) = 34.01%

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

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

R = 34.01%
G = 33.64%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B7B5AE (or 0xB7B5AE) is known color: Grey Nickel. HEX triplet: B7, B5 and AE. RGB value is (183,181,174). Sum of RGB (Red+Green+Blue) = 183+181+174=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B5AE is #484A51. Grayscale: #B4B4B4. Windows color (decimal): -4737618 or 11449783. OLE color: 11449783.

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

Color convert

RGB 183 181 174 -
CMYK 0 0.01 0.05 0.28
HSL 46.67º 0.06% 0.7% -
HSV(B) 46.67º 0.05% 0.72% -
XYZ 43.69 46.17 46.65 -
YUV 180.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 183 181 174 0 0.01 0.05 0.28 46.67 0.06 0.7
Hex B7 B5 AE 0 1 5 1C 2F 6 46
Octal 267 265 256 0 1 5 34 57 6 106
Binary 10110111 10110101 10101110 0 1 101 11100 101111 110 1000110

Color Harmonies of #B7B5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B5AE

Black with #B7B5AE

Text Example


Text Example

White with #B7B5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B5AE; }

 p { color: rgb(183,181,174); }

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

background-color css

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

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

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

border-color css

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

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

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