Html Css Color HEX #B5B1B4 Maverick

📋 copy color: '#B5B1B4'

red 181 ◦ green 177 ◦ blue 180

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

Shades of Maverick #B5B1B4

Tints of Maverick #B5B1B4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 33.64%
G = 32.9%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B5B1B4 (or 0xB5B1B4) is known color: Maverick. HEX triplet: B5, B1 and B4. RGB value is (181,177,180). Sum of RGB (Red+Green+Blue) = 181+177+180=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1B4 is #4A4E4B. Grayscale: #B2B2B2. Windows color (decimal): -4869708 or 11841973. OLE color: 11841973.

HSL color Cylindrical-coordinate representation of color #B5B1B4: 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 #B5B1B4 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 177 180 -
CMYK 0 0.02 0.01 0.29
HSL 315º 0.03% 0.7% -
HSV(B) 315º 0.02% 0.71% -
XYZ 43.02 44.56 49.51 -
YUV 178.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 181 177 180 0 0.02 0.01 0.29 315 0.03 0.7
Hex B5 B1 B4 0 2 1 1D 13B 3 46
Octal 265 261 264 0 2 1 35 473 3 106
Binary 10110101 10110001 10110100 0 10 1 11101 100111011 11 1000110

Color Harmonies of #B5B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B1B4

Black with #B5B1B4

Text Example


Text Example

White with #B5B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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