Html Css Color HEX #BAB7B8 Maverick

📋 copy color: '#BAB7B8'

red 186 ◦ green 183 ◦ blue 184

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

Shades of Maverick #BAB7B8

Tints of Maverick #BAB7B8

RGB

 RED value IS 186 (73.05% from 255) = 33.63%

 GREEN value IS 183 (71.88% from 255) = 33.09%

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 33.63%
G = 33.09%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BAB7B8 (or 0xBAB7B8) is known color: Maverick. HEX triplet: BA, B7 and B8. RGB value is (186,183,184). Sum of RGB (Red+Green+Blue) = 186+183+184=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7B8 is #454847. Grayscale: #B8B8B8. Windows color (decimal): -4540488 or 12105658. OLE color: 12105658.

HSL color Cylindrical-coordinate representation of color #BAB7B8: hue angle of 340º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BAB7B8 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 184 -
CMYK 0 0.02 0.01 0.27
HSL 340º 0.02% 0.72% -
HSV(B) 340º 0.02% 0.73% -
XYZ 45.83 47.77 52.15 -
YUV 184.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 186 183 184 0 0.02 0.01 0.27 340 0.02 0.72
Hex BA B7 B8 0 2 1 1B 154 2 48
Octal 272 267 270 0 2 1 33 524 2 110
Binary 10111010 10110111 10111000 0 10 1 11011 101010100 10 1001000

Color Harmonies of #BAB7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7B8

Black with #BAB7B8

Text Example


Text Example

White with #BAB7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7B8; }

 p { color: rgb(186,183,184); }

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

background-color css

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

 a { background-color: rgb(186,183,184); }

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

border-color css

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

 span { border-color: rgb(186,183,184); }

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