#BFAFBA

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

Shades of Maverick #BFAFBA

Tints of Maverick #BFAFBA

Color information

#BFAFBA (or 0xBFAFBA) is unknown color: approx Maverick. HEX triplet: BF, AF and BA. RGB value is (191,175,186). Sum of RGB (Red+Green+Blue) = 191+175+186=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFBA is #405045. Grayscale: #B5B5B5. Windows color (decimal): -4214854 or 12234687. OLE color: 12234687.

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

Color convert

RGB191175186-
CMYK00.080.030.25
HSL318.75º11.11%71.76%-
HSV(B)318.75º8.38%74.9%-
XYZ45.6845.2852.79-
YUV181.04130.8135.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=34.60%
G=31.70%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117518600.080.030.25318.7511.1171.76
HexBFAFBA0831913fb48
Octal27725727201033147713110
Binary10111111101011111011101001000111100110011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFBA; }

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

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

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

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

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

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

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

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