#BFB1AA

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

Shades of Tide #BFB1AA

Tints of Tide #BFB1AA

Color information

#BFB1AA (or 0xBFB1AA) is unknown color: approx Tide. HEX triplet: BF, B1 and AA. RGB value is (191,177,170). Sum of RGB (Red+Green+Blue) = 191+177+170=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AA is #404E55. Grayscale: #B4B4B4. Windows color (decimal): -4214358 or 11186623. OLE color: 11186623.

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

Color convert

RGB191177170-
CMYK00.070.110.25
HSL20º14.09%70.78%-
HSV(B)20º10.99%74.9%-
XYZ44.4645.4244.45-
YUV180.39122.14135.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=35.50%
G=32.90%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117717000.070.110.252014.0970.78
HexBFB1AA07B1914e47
Octal2772612520713312416107
Binary10111111101100011010101001111011110011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1AA; }

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

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

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

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

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

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

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

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