Html Css Color HEX #B4B0B3 Maverick

📋 copy color: '#B4B0B3'

red 180 ◦ green 176 ◦ blue 179

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

Shades of Maverick #B4B0B3

Tints of Maverick #B4B0B3

RGB

 RED value IS 180 (70.7% from 255) = 33.64%

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 179 (70.31% 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

#B4B0B3 (or 0xB4B0B3) is known color: 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

RGB 180 176 179 -
CMYK 0 0.02 0.01 0.29
HSL 315º 0.03% 0.7% -
HSV(B) 315º 0.02% 0.71% -
XYZ 42.48 44.01 48.9 -
YUV 177.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 180 176 179 0 0.02 0.01 0.29 315 0.03 0.7
Hex B4 B0 B3 0 2 1 1D 13B 3 46
Octal 264 260 263 0 2 1 35 473 3 106
Binary 10110100 10110000 10110011 0 10 1 11101 100111011 11 1000110

Color Harmonies of #B4B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B0B3

Black with #B4B0B3

Text Example


Text Example

White with #B4B0B3

Text Example


Text Example

HTML Codes & Css Web 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>