#BFB1B7

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

Shades of Maverick #BFB1B7

Tints of Maverick #BFB1B7

Color information

#BFB1B7 (or 0xBFB1B7) is unknown color: approx Maverick. HEX triplet: BF, B1 and B7. RGB value is (191,177,183). Sum of RGB (Red+Green+Blue) = 191+177+183=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1B7 is #404E48. Grayscale: #B5B5B5. Windows color (decimal): -4214345 or 12038591. OLE color: 12038591.

HSL color Cylindrical-coordinate representation of color #BFB1B7: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB1B7 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191177183-
CMYK00.070.040.25
HSL334.29º9.86%72.16%-
HSV(B)334.29º7.33%74.9%-
XYZ45.7645.9451.26-
YUV181.87128.64134.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=34.66%
G=32.12%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117718300.070.040.25334.299.8672.16
HexBFB1B70741914ea48
Octal2772612670743151612110
Binary10111111101100011011011101111001100110100111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1B7; }

 p { color: rgb(191,177,183); }

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

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

 a { background-color: rgb(191,177,183); }

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

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

 span { border-color: rgb(191,177,183); }

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