#B5B0B4

Color #B5B0B4 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #B5B0B4

Tints of Maverick #B5B0B4

Color information

#B5B0B4 (or 0xB5B0B4) is unknown color: approx Maverick. HEX triplet: B5, B0 and B4. RGB value is (181,176,180). Sum of RGB (Red+Green+Blue) = 181+176+180=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0B4 is #4A4F4B. Grayscale: #B1B1B1. Windows color (decimal): -4869964 or 11841717. OLE color: 11841717.

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

Color convert

RGB181176180-
CMYK00.030.010.29
HSL312º3.27%70%-
HSV(B)312º2.76%70.98%-
XYZ42.8244.1749.45-
YUV177.95129.16130.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=33.71%
G=32.77%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117618000.030.010.293123.2770
HexB5B0B40311D138346
Octal265260264031354703106
Binary101101011011000010110100011111101100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0B4; }

 p { color: rgb(181,176,180); }

 H1.HeaderClassName
 {
   color: #B5B0B4;
 }
 .AnyTagClassName
 {
   color: #B5B0B4;
 }
</style>
background-color css

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

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

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

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

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

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