#B4B0B3

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

Shades of Maverick #B4B0B3

Tints of Maverick #B4B0B3

Color information

#B4B0B3 (or 0xB4B0B3) is unknown color: approx Maverick. HEX triplet: B4, B0 and B3. RGB value is (180,176,179). Sum of RGB (Red+Green+Blue) = 180+176+179=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0B3 is #4B4F4C. Grayscale: #B1B1B1. Windows color (decimal): -4935501 or 11776180. OLE color: 11776180.

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

Color convert

RGB180176179-
CMYK00.020.010.29
HSL315º2.6%69.8%-
HSV(B)315º2.22%70.59%-
XYZ42.4844.0148.9-
YUV177.54128.83129.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=33.64%
G=32.90%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017617900.020.010.293152.669.8
HexB4B0B30211D13b346
Octal264260263021354733106
Binary101101001011000010110011010111101100111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0B3; }

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

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

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

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

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

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

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

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