#BFB1B8

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

Shades of Maverick #BFB1B8

Tints of Maverick #BFB1B8

Color information

#BFB1B8 (or 0xBFB1B8) is unknown color: approx Maverick. HEX triplet: BF, B1 and B8. RGB value is (191,177,184). Sum of RGB (Red+Green+Blue) = 191+177+184=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1B8 is #404E47. Grayscale: #B5B5B5. Windows color (decimal): -4214344 or 12104127. OLE color: 12104127.

HSL color Cylindrical-coordinate representation of color #BFB1B8: hue angle of 330º 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 #BFB1B8 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191177184-
CMYK00.070.040.25
HSL330º9.86%72.16%-
HSV(B)330º7.33%74.9%-
XYZ45.8645.9851.81-
YUV181.98129.14134.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=34.60%
G=32.07%
B=33.33%

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
Decimal19117718400.070.040.253309.8672.16
HexBFB1B80741914aa48
Octal2772612700743151212110
Binary10111111101100011011100001111001100110100101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1B8; }

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

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

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

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

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

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

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

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