Html Css Color HEX #BFABB9 Maverick

📋 copy color: '#BFABB9'

red 191 ◦ green 171 ◦ blue 185

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

Shades of Maverick #BFABB9

Tints of Maverick #BFABB9

RGB

 RED value IS 191 (75% from 255) = 34.92%

 GREEN value IS 171 (67.19% from 255) = 31.26%

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 34.92%
G = 31.26%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BFABB9 (or 0xBFABB9) is known color: Maverick. HEX triplet: BF, AB and B9. RGB value is (191,171,185). Sum of RGB (Red+Green+Blue) = 191+171+185=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABB9 is #405446. Grayscale: #B2B2B2. Windows color (decimal): -4215879 or 12168127. OLE color: 12168127.

HSL color Cylindrical-coordinate representation of color #BFABB9: hue angle of 318º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABB9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 185 -
CMYK 0 0.10 0.03 0.25
HSL 318º 0.14% 0.71% -
HSV(B) 318º 0.1% 0.75% -
XYZ 44.81 43.7 51.97 -
YUV 178.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 191 171 185 0 0.10 0.03 0.25 318 0.14 0.71
Hex BF AB B9 0 A 3 19 13E E 47
Octal 277 253 271 0 12 3 31 476 16 107
Binary 10111111 10101011 10111001 0 1010 11 11001 100111110 1110 1000111

Color Harmonies of #BFABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABB9

Black with #BFABB9

Text Example


Text Example

White with #BFABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABB9; }

 p { color: rgb(191,171,185); }

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

background-color css

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

 a { background-color: rgb(191,171,185); }

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

border-color css

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

 span { border-color: rgb(191,171,185); }

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