#BFB6BA

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

Shades of Maverick #BFB6BA

Tints of Maverick #BFB6BA

Color information

#BFB6BA (or 0xBFB6BA) is unknown color: approx Maverick. HEX triplet: BF, B6 and BA. RGB value is (191,182,186). Sum of RGB (Red+Green+Blue) = 191+182+186=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6BA is #404945. Grayscale: #B9B9B9. Windows color (decimal): -4213062 or 12236479. OLE color: 12236479.

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

Color convert

RGB191182186-
CMYK00.050.030.25
HSL333.33º6.57%73.14%-
HSV(B)333.33º4.71%74.9%-
XYZ47.0848.0853.25-
YUV185.15128.48132.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=34.17%
G=32.56%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118218600.050.030.25333.336.5773.14
HexBFB6BA0531914d749
Octal277266272053315157111
Binary101111111011011010111010010111110011010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6BA; }

 p { color: rgb(191,182,186); }

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

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

 a { background-color: rgb(191,182,186); }

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

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

 span { border-color: rgb(191,182,186); }

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