#BFB4BA

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

Shades of Maverick #BFB4BA

Tints of Maverick #BFB4BA

Color information

#BFB4BA (or 0xBFB4BA) is unknown color: approx Maverick. HEX triplet: BF, B4 and BA. RGB value is (191,180,186). Sum of RGB (Red+Green+Blue) = 191+180+186=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4BA is #404B45. Grayscale: #B7B7B7. Windows color (decimal): -4213574 or 12235967. OLE color: 12235967.

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

Color convert

RGB191180186-
CMYK00.060.030.25
HSL327.27º7.91%72.75%-
HSV(B)327.27º5.76%74.9%-
XYZ46.6747.2653.12-
YUV183.97129.14133.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=34.29%
G=32.32%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118018600.060.030.25327.277.9172.75
HexBFB4BA06319147849
Octal2772642720633150710111
Binary1011111110110100101110100110111100110100011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4BA; }

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

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

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

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

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

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

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

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